summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h
index d0c3f2ffbc3..376df60111c 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h
+++ b/TAO/orbsvcs/orbsvcs/Naming/Persistent_Naming_Context.h
@@ -8,7 +8,6 @@
*/
//=============================================================================
-
#ifndef TAO_PERSISTENT_NAMING_CONTEXT_H
#define TAO_PERSISTENT_NAMING_CONTEXT_H
#include /**/ "ace/pre.h"
@@ -34,12 +33,9 @@ class TAO_Naming_Serv_Export TAO_Persistent_Bindings_Map
: public TAO_Bindings_Map
{
public:
-
/// Underlying data structure - typedef for ease of use.
typedef ACE_Hash_Map_With_Allocator<TAO_Persistent_ExtId, TAO_Persistent_IntId> HASH_MAP;
- // = Initialization and termination methods.
-
/// Constructor.
TAO_Persistent_Bindings_Map (CORBA::ORB_ptr orb);
@@ -165,8 +161,6 @@ public:
/// Underlying data structure - typedef for ease of use.
typedef TAO_Persistent_Bindings_Map::HASH_MAP HASH_MAP;
- // = Initialization and termination methods.
-
/// Allocate the underlying data structure from persistent storage.
/// Returns 0 on success and -1 on failure.
int init (size_t hash_table_size = ACE_DEFAULT_MAP_SIZE);