summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorsbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 22:37:44 +0000
committersbw1 <sbw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-18 22:37:44 +0000
commitb3e43388711bc684fd43f08fdb48714b1892123f (patch)
treec515523e9fca13b416b4963c3ad521820556c1b1 /TAO/tao/params.h
parentf52efd4b0a7f2329ee7423e14d3395ddbbd785c7 (diff)
downloadATCD-b3e43388711bc684fd43f08fdb48714b1892123f.tar.gz
Extended the resolve initial references to include the trading service.
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index 502bf914ec6..4d2567a78b5 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -64,6 +64,18 @@ public:
CORBA::UShort name_service_port (void);
// Get the port of our name service.
+
+ void trading_service_ior (CORBA::String ns);
+ // Set the IOR of our trading service.
+
+ CORBA::String trading_service_ior (void);
+ // Get the IOR of our trading service.
+
+ void trading_service_port (CORBA::UShort port);
+ // Set the port of our trading service.
+
+ CORBA::UShort trading_service_port (void);
+ // Get the port of our trading service.
int sock_rcvbuf_size (void);
// Get the size to be used for a socket's receive buffer.
@@ -87,6 +99,12 @@ private:
CORBA::UShort name_service_port_;
// The port number of our configured Naming Service.
+ CORBA::String trading_service_ior_;
+ // The IOR of our configured Trading Service.
+
+ CORBA::UShort trading_service_port_;
+ // The port number of our configured Trading Service.
+
int sock_rcvbuf_size_;
// Size to be used for a socket's receive buffer.