summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 05:00:41 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 05:00:41 +0000
commitd94a5404b4c0c834749c40273163e956cce673c0 (patch)
tree5575d534758613ceaa902191e3ac134d7adc43ad /TAO/tao/params.h
parent2a17beb639d6f4c29751eeea2721941265c316fb (diff)
downloadATCD-d94a5404b4c0c834749c40273163e956cce673c0.tar.gz
Added member variables implrepo_service_ior_ and implrepo_service_port_
and accessors for them.
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index fdbc8aa0b9e..2ceca84da56 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -86,6 +86,14 @@ public:
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.
+
int sock_rcvbuf_size (void) const;
void sock_rcvbuf_size (int);
// Set/Get the size to be used for a socket's receive buffer.
@@ -181,6 +189,12 @@ private:
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.
+
ACE_CString init_ref_;
// Initial Reference supplied as <ObjectID>:<IOR>