summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-09-08 01:33:59 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-09-08 01:33:59 +0000
commit28389e5e984b46960e21369a37eb4424dff02f62 (patch)
tree31e6cb5a9cc4f25c82248792d9347b1634078d57 /TAO/tao/params.h
parent9f84fcb4722d58046b3e60c2260fd70587c33d0c (diff)
downloadATCD-28389e5e984b46960e21369a37eb4424dff02f62.tar.gz
ChangeLogTag:Tue Sep 7 20:26:16 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index e4afe07d0ad..ce71d165301 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -119,30 +119,14 @@ public:
// Specifies the endpoints on which this server is willing to
// listen for requests.
- const char *init_ref (void) const;
- void init_ref (const ACE_CString &init_ref);
- // Set/Get the Init Reference of an arbitrary ObjectID.
-
- const char *name_service_ior (void) const;
- void name_service_ior (const ACE_CString &ns);
- // Set/Get the IOR of our name service.
-
CORBA::UShort name_service_port (void) const;
void name_service_port (CORBA::UShort port);
// Set/Get the port of our name service.
- const char *trading_service_ior (void) const;
- void trading_service_ior (const ACE_CString &ns);
- // Set/Get the IOR of our trading service.
-
CORBA::UShort trading_service_port (void) const;
void trading_service_port (CORBA::UShort port);
// Set/Get the port of our trading service.
- const char *implrepo_service_ior (void) const;
- void implrepo_service_ior (const ACE_CString &ir);
- // Set/Get the IOR of the Implementation Repository service.
-
CORBA::UShort implrepo_service_port (void) const;
void implrepo_service_port (CORBA::UShort port);
// Set/Get the port of the Implementation Repository service.
@@ -221,21 +205,12 @@ private:
TAO_Endpoint_Insertion_Strategy endpoint_insertion_strategy_;
// Strategy used to insert endpoints into the endpoint container.
- ACE_CString name_service_ior_;
- // The IOR of our configured Naming Service.
-
CORBA::UShort name_service_port_;
// The port number of our configured Naming Service.
- ACE_CString trading_service_ior_;
- // The IOR of our configured Trading Service.
-
CORBA::UShort trading_service_port_;
// The port number of our configured Trading Service.
- ACE_CString implrepo_service_ior_;
- // The IOR of our configured Implementation Repository.
-
CORBA::UShort implrepo_service_port_;
// The port number of our configured Implementation Repository.