summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp
index aab70bacbd3..e86e2dc1ac3 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context_Factory.cpp
@@ -10,17 +10,14 @@ TAO_Storable_Naming_Context_Factory::TAO_Storable_Naming_Context_Factory (
size_t hash_table_size)
: context_size_(hash_table_size)
{
-
}
/// Destructor. Does not deallocate the hash map: if an instance of
/// this class goes out of scope, its hash_map remains in persistent storage.
TAO_Storable_Naming_Context_Factory::~TAO_Storable_Naming_Context_Factory (void)
{
-
}
-
TAO_Storable_Naming_Context*
TAO_Storable_Naming_Context_Factory::create_naming_context_impl (
CORBA::ORB_ptr orb,
@@ -43,5 +40,4 @@ TAO_Storable_Naming_Context_Factory::create_naming_context_impl (
return context_impl;
}
-
TAO_END_VERSIONED_NAMESPACE_DECL