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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
index 12403532beb..a1deb9f6acb 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
+++ b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h
@@ -30,6 +30,7 @@ struct Server_Info
{
Server_Info (const ACE_CString& serverId,
const ACE_CString& name,
+ bool jacorbs,
const ACE_CString& aname,
const ACE_CString& cmdline,
const ImplementationRepository::EnvironmentList& env,
@@ -42,13 +43,14 @@ struct Server_Info
);
/// Convert to the corba type
- ImplementationRepository::ServerInformation* createImRServerInfo(void);
+ ImplementationRepository::ServerInformation* createImRServerInfo(void) const;
void reset();
/// The name of the server.
ACE_CString server_id;
ACE_CString name;
+ bool jacorb_server;
/// The name of the activator in which this server runs
ACE_CString activator;