summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Server_Info.h')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Server_Info.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
index 069b8764293..5132dfa1447 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
@@ -28,7 +28,7 @@ typedef ACE_Strong_Bound_Ptr<Server_Info, ACE_Null_Mutex> Server_Info_Ptr;
*/
struct Server_Info
{
- Server_Info (void);
+ Server_Info ();
Server_Info (const Server_Info & other);
Server_Info (const ACE_CString& fqname,
@@ -49,13 +49,13 @@ struct Server_Info
Server_Info & operator= (const Server_Info& other);
- void clear (void);
+ void clear ();
/// Convert to the corba type
void setImRInfo (ImplementationRepository::ServerInformation* info) const;
ImplementationRepository::ServerInformation* createImRServerInfo() const;
- void reset_runtime (void);
+ void reset_runtime ();
bool is_server (const char *name) const;
bool has_peer (const char *name) const;
@@ -63,7 +63,7 @@ struct Server_Info
ImplementationRepository::ActivationMode mode () const;
bool is_running () const;
- bool start_allowed (void);
+ bool start_allowed ();
void started (bool success);
// transform the supplied limit to always be at least 1
@@ -74,7 +74,7 @@ struct Server_Info
const char *sior,
ImplementationRepository::ServerObject_ptr svrobj);
- Server_Info *active_info (void);
+ Server_Info *active_info ();
const Server_Info *active_info () const;
const char * ping_id () const;