summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h b/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h
index 0aaed6c1ef4..ac55603fd9d 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h
+++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h
@@ -48,6 +48,7 @@ public:
TAO_Naming_Server (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa,
+ LPCTSTR persistence_location,
size_t context_size = ACE_DEFAULT_MAP_SIZE,
ACE_Time_Value *timeout = 0,
int resolve_for_existing_naming_service = 1);
@@ -57,6 +58,7 @@ public:
int init (CORBA::ORB_ptr orb,
PortableServer::POA_ptr poa,
+ LPCTSTR persistence_location,
size_t context_size = ACE_DEFAULT_MAP_SIZE,
ACE_Time_Value *timeout = 0,
int resolve_for_existing_naming_service = 1);
@@ -80,6 +82,7 @@ public:
protected:
int init_new_naming (CORBA::ORB_ptr orb,
PortableServer::POA_ptr root_poa,
+ LPCTSTR persistence_location,
size_t context_size);
// Initialize a new name server under the given ORB and POA.