summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/irwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/irwlock.h')
-rw-r--r--framework/inc/threadhelp/irwlock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/threadhelp/irwlock.h b/framework/inc/threadhelp/irwlock.h
index 2330ddc5152b..20a97f104ea3 100644
--- a/framework/inc/threadhelp/irwlock.h
+++ b/framework/inc/threadhelp/irwlock.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_THREADHELP_IRWLOCK_H_
-#define __FRAMEWORK_THREADHELP_IRWLOCK_H_
+#ifndef INCLUDED_FRAMEWORK_INC_THREADHELP_IRWLOCK_H
+#define INCLUDED_FRAMEWORK_INC_THREADHELP_IRWLOCK_H
namespace framework{
@@ -66,6 +66,6 @@ class IRWLock
} // namespace framework
-#endif // #ifndef __FRAMEWORK_THREADHELP_IRWLOCK_H_
+#endif // INCLUDED_FRAMEWORK_INC_THREADHELP_IRWLOCK_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */