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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/Time_Service/Clerk_i.h b/TAO/orbsvcs/Time_Service/Clerk_i.h
index 5712627db78..24bab371fbf 100644
--- a/TAO/orbsvcs/Time_Service/Clerk_i.h
+++ b/TAO/orbsvcs/Time_Service/Clerk_i.h
@@ -37,10 +37,10 @@ public:
};
/// Constructor.
- Clerk_i (void);
+ Clerk_i ();
/// Destructor.
- ~Clerk_i (void);
+ ~Clerk_i ();
/// Set of available Time servers.
typedef ACE_Array_Base<CosTime::TimeService_var> IORS;
@@ -50,7 +50,7 @@ public:
ACE_TCHAR *argv[]);
/// Run the orb.
- int run (void);
+ int run ();
private:
/// Insert a server in the internal data structure (servers_).
@@ -76,18 +76,18 @@ private:
int init_naming_service ();
/// Create an instance of the clerk to use.
- int create_clerk (void);
+ int create_clerk ();
/// Bind the clerk in the appropriate context in the Naming Service.
- int register_clerk (void);
+ int register_clerk ();
/// Initialise the Interface Repository and register the clerk
/// implementation with it.
- int init_IR (void);
+ int init_IR ();
/// Get the reference to the server naming context and the first
/// server IOR.
- int get_first_IOR (void);
+ int get_first_IOR ();
/// Iterate over the given server context to get the rest of the
/// server IORs.