summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/hierarchy/hierarchyprovider.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 20:56:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:11 +0200
commit4cd139c313737066d02ac3c735feaa2f7001d365 (patch)
treee567e394cfd18a91aec29036655c9100d6584383 /ucb/source/ucp/hierarchy/hierarchyprovider.hxx
parent3305073e6d6f4c491b0e0322b5208cb6edb8645d (diff)
fixincludeguards.sh: ucb
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
Diffstat (limited to 'ucb/source/ucp/hierarchy/hierarchyprovider.hxx')
-rw-r--r--ucb/source/ucp/hierarchy/hierarchyprovider.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchyprovider.hxx b/ucb/source/ucp/hierarchy/hierarchyprovider.hxx
index 3ef4222ed7aa..4f176f820e0c 100644
--- a/ucb/source/ucp/hierarchy/hierarchyprovider.hxx
+++ b/ucb/source/ucp/hierarchy/hierarchyprovider.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HIERARCHYPROVIDER_HXX
-#define _HIERARCHYPROVIDER_HXX
+#ifndef INCLUDED_UCB_SOURCE_UCP_HIERARCHY_HIERARCHYPROVIDER_HXX
+#define INCLUDED_UCB_SOURCE_UCP_HIERARCHY_HIERARCHYPROVIDER_HXX
#include <boost/unordered_map.hpp>
#include <ucbhelper/providerhelper.hxx>
@@ -164,6 +164,6 @@ public:
} // namespace hierarchy_ucp
-#endif /* !_HIERARCHYPROVIDER_HXX */
+#endif // INCLUDED_UCB_SOURCE_UCP_HIERARCHY_HIERARCHYPROVIDER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */