summaryrefslogtreecommitdiff
path: root/framework/inc/dispatchcommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatchcommands.h')
-rw-r--r--framework/inc/dispatchcommands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatchcommands.h b/framework/inc/dispatchcommands.h
index d4e994ecf425..4b43e2897295 100644
--- a/framework/inc/dispatchcommands.h
+++ b/framework/inc/dispatchcommands.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_DISPATCHCOMMANDS_H_
-#define __FRAMEWORK_DISPATCHCOMMANDS_H_
+#ifndef INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
+#define INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
#include <macros/generic.hxx>
@@ -30,6 +30,6 @@ namespace framework{
} // namespace framework
-#endif // #ifndef __FRAMEWORK_DISPATCHCOMMANDS_H_
+#endif // INCLUDED_FRAMEWORK_INC_DISPATCHCOMMANDS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */