diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-06 21:25:26 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-06 21:25:26 +0000 |
commit | e08d93a06dffa551b0b768294ed9c0a0208aa44f (patch) | |
tree | 2e055b277ca1d7197def2c285434e36c2840def0 /TAO | |
parent | a598a2f60271d7d4f867f4086c7c7039172d0ddb (diff) | |
download | ATCD-e08d93a06dffa551b0b768294ed9c0a0208aa44f.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/orbsvcs/Time_Service/Server_i.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/Time_Service/Server_i.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Time_Service/Server_i.cpp b/TAO/orbsvcs/Time_Service/Server_i.cpp index 87d54756178..414fdf73153 100644 --- a/TAO/orbsvcs/Time_Service/Server_i.cpp +++ b/TAO/orbsvcs/Time_Service/Server_i.cpp @@ -384,7 +384,7 @@ Server_i::init (int argc, this->create_server (); // Initialize the IR. - this->init_IR (); + // this->init_IR (); // Register the server object with the Naming Service. // ??this->register_server (); diff --git a/TAO/orbsvcs/Time_Service/Server_i.h b/TAO/orbsvcs/Time_Service/Server_i.h index 01f3dfe8130..6a0c7ca76bd 100644 --- a/TAO/orbsvcs/Time_Service/Server_i.h +++ b/TAO/orbsvcs/Time_Service/Server_i.h @@ -66,7 +66,7 @@ public: // Check if this is the first server binding to the Naming // Service. - int init_IR (void); + // int init_IR (void); // Initialize the Implementation Repository and register the // server with it. |