summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-01 03:09:07 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-01 03:09:07 +0000
commit7fd079e42d8c3d3f6c7c1a135887cd8c0b075244 (patch)
tree33e47433b37d406ce9dbdaa35aefc338c086940a
parent6434dcc4bfc2876548e35d9d5e4f22d6fa9c1f85 (diff)
downloadATCD-7fd079e42d8c3d3f6c7c1a135887cd8c0b075244.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
-rw-r--r--TAO/orbsvcs/Trading_Service/Trading_Service.cpp2
2 files changed, 9 insertions, 7 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 5eece1dc6ff..fbd67c403d2 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -8,14 +8,16 @@ Sun Oct 31 20:11:43 1999 Vishal Kachroo <vishal@cs.wustl.edu>
* tao/ORB.cpp:
* tao/ORB.h:
- Abstracted out the code for location of different services through
- resolve_initial_references () by the ORB. This reduces the
- footprint of the ORB as now there is a single method to locate
- services instead of a different method for each service.
+ Abstracted out the code for location of different services through
+ resolve_initial_references () by the ORB. This reduces the
+ footprint of the ORB as now there is a single method to locate
+ services instead of a different method for each service.
* orbsvcs/orbsvcs/Naming/Naming_Utils.cpp:
- Made changes in this file to reflect the changes made to the ORB
- Core since a single method is now used to get/set the service port.
+ * orbsvcs/Trading_Service/Trading_Service.cpp:
+
+ Made changes in these files to reflect the changes made to the ORB
+ Core since a single method is now used to get/set the service port.
Sat Oct 30 21:40:48 1999 Luther J Baker <ljb1@cs.wustl.edu>
diff --git a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
index dd0d72477a1..74864806844 100644
--- a/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
+++ b/TAO/orbsvcs/Trading_Service/Trading_Service.cpp
@@ -160,7 +160,7 @@ Trading_Service::init_multicast_server (void)
// First, see if the user has given us a multicast port number for
// the name service on the command-line;
u_short port =
- TAO_ORB_Core_instance ()->orb_params ()->trading_service_port ();
+ TAO_ORB_Core_instance ()->orb_params ()->service_port (TRADINGSERVICE);
if (port == 0)
{