diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-26 04:54:00 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-26 04:54:00 +0000 |
commit | f76637eb09b425f9a2069764d8bb5163f424db73 (patch) | |
tree | 07d7f87f497e662d8a7fb6b58f7de6c05a3f48e3 /TAO/tao/params.h | |
parent | 90ea236662df40f153436d3f69bd0719920bcb1a (diff) | |
download | ATCD-f76637eb09b425f9a2069764d8bb5163f424db73.tar.gz |
ChangeLogTag:Tue Nov 25 20:49:24 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r-- | TAO/tao/params.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h index e12277c3ed3..83575093538 100644 --- a/TAO/tao/params.h +++ b/TAO/tao/params.h @@ -65,20 +65,6 @@ public: CORBA::UShort name_service_port (void); // Get the port of our name service. - // @@ TODO: This shouldn't be needed, they were added until the - // Naming Service works correctly. - CORBA::String schedule_service_ior (void); - // Get the IOR of the - - void schedule_service_ior (CORBA::String ns); - // Set the IOR of our schedule service. - - CORBA::String event_service_ior (void); - // Get the IOR of the event service - - void event_service_ior (CORBA::String ns); - // Set the IOR of our event service. - private: ACE_INET_Addr addr_; // host + port number we are listening on @@ -88,12 +74,6 @@ private: CORBA::UShort name_service_port_; // The port number of our configured Naming Service. - - CORBA::String schedule_service_ior_; - // The IOR of our configured Scheduling Service. - - CORBA::String event_service_ior_; - // The IOR of our configured Event Service. }; typedef enum |