summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 21:25:26 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 21:25:26 +0000
commite08d93a06dffa551b0b768294ed9c0a0208aa44f (patch)
tree2e055b277ca1d7197def2c285434e36c2840def0 /TAO
parenta598a2f60271d7d4f867f4086c7c7039172d0ddb (diff)
downloadATCD-e08d93a06dffa551b0b768294ed9c0a0208aa44f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/Time_Service/Server_i.cpp2
-rw-r--r--TAO/orbsvcs/Time_Service/Server_i.h2
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.