summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/closedispatcher.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 02:25:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:53 +0100
commit15b5412fad3e6363debb33de583843ca7c9c7299 (patch)
tree5cbe55b56abd8f0b0fd546d7a75755469cb454ac /framework/inc/dispatch/closedispatcher.hxx
parenta2502692cd2da8665719b1769eacbf334f7c0293 (diff)
fixincludeguards.sh: framework
Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 5e143cc4a4b4..ef116c98ad9c 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_DISPATCH_CLOSEDISPATCHER_HXX_
-#define __FRAMEWORK_DISPATCH_CLOSEDISPATCHER_HXX_
+#ifndef INCLUDED_FRAMEWORK_INC_DISPATCH_CLOSEDISPATCHER_HXX
+#define INCLUDED_FRAMEWORK_INC_DISPATCH_CLOSEDISPATCHER_HXX
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
@@ -300,6 +300,6 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
} // namespace framework
-#endif // #ifndef __FRAMEWORK_DISPATCH_CLOSEDISPATCHER_HXX_
+#endif // INCLUDED_FRAMEWORK_INC_DISPATCH_CLOSEDISPATCHER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */