diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-20 23:18:23 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-20 23:18:23 +0000 |
commit | 8941640745d51e543fadc0524368d5f861691152 (patch) | |
tree | 384020f2b665d7f1a1c20b5ea435e0bf74faf476 /cpp/src/Ice/PropertiesI.cpp | |
parent | merging changes from garbage collector (diff) | |
download | ice-8941640745d51e543fadc0524368d5f861691152.tar.bz2 ice-8941640745d51e543fadc0524368d5f861691152.tar.xz ice-8941640745d51e543fadc0524368d5f861691152.zip |
merging changes for garbage collector
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 30c27d721e9..4d6067dabad 100644 --- a/cpp/src/Ice/PropertiesI.cpp +++ b/cpp/src/Ice/PropertiesI.cpp @@ -112,6 +112,7 @@ static const string iceProps[] = "Default.Locator", "Default.Protocol", "Default.Router", + "GC.Interval", "Logger.Timestamp", "MessageSizeMax", "MonitorConnections", @@ -131,6 +132,7 @@ static const string iceProps[] = "ThreadPool.Server.Size", "ThreadPool.Server.SizeMax", "ThreadPool.Server.SizeWarn", + "Trace.GC", "Trace.Network", "Trace.Protocol", "Trace.Retry", |