summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/Clerk_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Time_Service/Clerk_i.h')
-rw-r--r--TAO/orbsvcs/Time_Service/Clerk_i.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/Time_Service/Clerk_i.h b/TAO/orbsvcs/Time_Service/Clerk_i.h
index 65cfabfa2f0..fed64f2e4cd 100644
--- a/TAO/orbsvcs/Time_Service/Clerk_i.h
+++ b/TAO/orbsvcs/Time_Service/Clerk_i.h
@@ -19,7 +19,7 @@
#include "ace/Get_Opt.h"
#include "ace/Log_Msg.h"
-#include "tao/PortableServer/ORB_Manager.h"
+#include "tao/TAO.h"
#include "orbsvcs/CosNamingC.h"
#include "orbsvcs/Naming/Naming_Utils.h"
#include "orbsvcs/Time/TAO_Time_Service_Clerk.h"
@@ -51,8 +51,8 @@ public:
// Set of available Time servers.
int init (int argc,
- char *argv[],
- CORBA::Environment &env);
+ char *argv[],
+ CORBA::Environment &env);
// Initialize the Clerk state - parsing arguments and waiting.
int run (CORBA::Environment &env);
@@ -99,7 +99,7 @@ private:
// server IOR.
int next_n_IORs (CosNaming::BindingIterator_var iter,
- CosNaming::NamingContext_var server_context);
+ CosNaming::NamingContext_var server_context);
// Iterate over the given server context to get the rest of the
// server IORs.
@@ -108,7 +108,7 @@ private:
// <TimeService Clerk> object. The same instance is used by the
// Clerk to periodically iterate through the Server Naming Context
// and get IORs of the available servers.
-
+
TAO_Time_Service_Clerk *time_service_clerk_impl_;
// Implementation of the <TimeService> Clerk object.
@@ -120,7 +120,7 @@ private:
CORBA::ORB_var orb_;
// My orb.
-
+
int timer_value_ ;
// Clerk seeks time periodically after this interval in secs. from the
// servers in the network.