summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-11 10:21:01 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-11 10:21:01 +0000
commita45306af7b85f62f5e3a7f6c2ee01e96e233d358 (patch)
treecfd2ff53b1a7fdcc60ce5f7688bd1baba3bdc07d /TAO/orbsvcs/ImplRepo_Service
parent15b5e66bfc65d36f62d00692460cbaac970ac8a3 (diff)
downloadATCD-a45306af7b85f62f5e3a7f6c2ee01e96e233d358.tar.gz
Made Endpoint public to remove a warning on SUNCC
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
index a4e2bded33f..86a335ecd8a 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.h
@@ -149,14 +149,7 @@ public:
int run (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ());
// Runs the orb.
-/*
- char* get_forward_host (const char *server);
- // Returns the host of the server that needs to be forwarded to.
- CORBA::UShort get_forward_port (const char *server);
- // Returns the port of the server that needs to be forwarded to.
-*/
-private:
struct Endpoint
{
Endpoint ();
@@ -167,6 +160,7 @@ private:
CORBA::UShort port;
};
+private:
Endpoint activate_server_i (const char *server,
const int check_startup,
CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ())