summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
index 41357544e52..4a5da1e566d 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
@@ -19,8 +19,9 @@
#include /**/ "ace/pre.h"
#include "ace/Reactor.h"
+#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h"
-#include "orbsvcs/TimeServiceS.h"
+#include "orbsvcs/orbsvcs/TimeServiceS.h"
#include "Timer_Helper.h"
#include "time_export.h"
@@ -92,6 +93,10 @@ public:
/// Return the globally synchronized time.
virtual CORBA::ULongLong get_time (void);
+ /// This method is called by the driver program to set the Naming
+ /// Server instance.
+ void name_server (TAO_Naming_Server &server);
+
/// Returns the time displacement factor.
CORBA::Short time_displacement_factor (void);