summaryrefslogtreecommitdiff
path: root/framework/inc/threadhelp/transactionmanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/threadhelp/transactionmanager.hxx')
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 4c3b609782a2..4f029aa5fd00 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __FRAMEWORK_THREADHELP_TRANSACTIONMANAGER_HXX_
-#define __FRAMEWORK_THREADHELP_TRANSACTIONMANAGER_HXX_
+#ifndef INCLUDED_FRAMEWORK_INC_THREADHELP_TRANSACTIONMANAGER_HXX
+#define INCLUDED_FRAMEWORK_INC_THREADHELP_TRANSACTIONMANAGER_HXX
#include <threadhelp/inoncopyable.h>
#include <threadhelp/itransactionmanager.h>
@@ -85,6 +85,6 @@ class FWI_DLLPUBLIC TransactionManager : public ITransactionManager
} // namespace framework
-#endif // #ifndef __FRAMEWORK_THREADHELP_TRANSACTIONMANAGER_HXX_
+#endif // INCLUDED_FRAMEWORK_INC_THREADHELP_TRANSACTIONMANAGER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */