summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp b/TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp
index ed15f71c699..94a37c57b05 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Server_Info.cpp
@@ -3,6 +3,7 @@
Server_Info::Server_Info
(
+ const ACE_CString& serverId,
const ACE_CString& server_name,
const ACE_CString& aname,
const ACE_CString& cmdline,
@@ -14,7 +15,8 @@ Server_Info::Server_Info
const ACE_CString& server_ior,
ImplementationRepository::ServerObject_ptr svrobj
)
- : name (server_name)
+ : server_id (serverId)
+ , name (server_name)
, activator (aname)
, cmdline( cmdline)
, env_vars (env)