summaryrefslogtreecommitdiff
path: root/ace/Hash_Cache_Map_Manager_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hash_Cache_Map_Manager_T.h')
-rw-r--r--ace/Hash_Cache_Map_Manager_T.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/Hash_Cache_Map_Manager_T.h b/ace/Hash_Cache_Map_Manager_T.h
index 023e9d17568..26ccbf78432 100644
--- a/ace/Hash_Cache_Map_Manager_T.h
+++ b/ace/Hash_Cache_Map_Manager_T.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -13,7 +13,6 @@
#ifndef HASH_CACHE_MAP_MANAGER_T_H
#define HASH_CACHE_MAP_MANAGER_T_H
-
#include /**/ "ace/pre.h"
#include "ace/Hash_Map_Manager_T.h"
@@ -25,8 +24,6 @@
#include "ace/Null_Mutex.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward declaration.
class ACE_Allocator;
@@ -194,8 +191,6 @@ protected:
typedef ACE_CACHE_MAP_MANAGER ACE_HCMM_BASE;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Hash_Cache_Map_Manager_T.inl"
@@ -210,5 +205,4 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include /**/ "ace/post.h"
-
#endif /* HASH_CACHE_MAP_MANAGER_T_H */