diff options
Diffstat (limited to 'cpp/src/Ice/PropertiesI.cpp')
-rw-r--r-- | cpp/src/Ice/PropertiesI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesI.cpp b/cpp/src/Ice/PropertiesI.cpp index f25cfb971da..2a504354f71 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -124,6 +124,7 @@ static const string iceProps[] = "PrintProcessId", "ProgramName", "RetryIntervals", + "ServerId", "ServerIdleTime", "ThreadPool.Client.Size", "ThreadPool.Client.SizeMax", @@ -157,6 +158,7 @@ static const string iceBoxProps[] = "ServiceManager.AdapterId", "ServiceManager.Endpoints", "ServiceManager.Identity", + "ServiceManager.RegisterProcess", "UseSharedCommunicator.*" }; |