diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 02:25:45 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:53 +0100 |
commit | 15b5412fad3e6363debb33de583843ca7c9c7299 (patch) | |
tree | 5cbe55b56abd8f0b0fd546d7a75755469cb454ac /framework/inc/helper/statusindicator.hxx | |
parent | a2502692cd2da8665719b1769eacbf334f7c0293 (diff) |
fixincludeguards.sh: framework
Change-Id: Ia6f3cb21977095df45a176db2bf68f508c70191c
Diffstat (limited to 'framework/inc/helper/statusindicator.hxx')
-rw-r--r-- | framework/inc/helper/statusindicator.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx index e014edd1cfb5..88bac3b1709d 100644 --- a/framework/inc/helper/statusindicator.hxx +++ b/framework/inc/helper/statusindicator.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_HELPER_STATUSINDICATOR_HXX_ -#define __FRAMEWORK_HELPER_STATUSINDICATOR_HXX_ +#ifndef INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX +#define INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX //_______________________________________________ // include files of own module @@ -119,6 +119,6 @@ class StatusIndicator : private ThreadHelpBase // Order of base } // namespace framework -#endif // __FRAMEWORK_HELPER_STATUSINDICATOR_HXX_ +#endif // INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |