diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-01-25 16:50:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-01-25 16:50:20 +0000 |
commit | 2af1be4b75d36ed2022c304c9030ff34162d44db (patch) | |
tree | 229182241b85b3dd9b57cf56a02e774b83fcd47a /cpp/src/Ice/PropertyNames.cpp | |
parent | IceGrid file cache fixes (diff) | |
download | ice-2af1be4b75d36ed2022c304c9030ff34162d44db.tar.bz2 ice-2af1be4b75d36ed2022c304c9030ff34162d44db.tar.xz ice-2af1be4b75d36ed2022c304c9030ff34162d44db.zip |
adding thread-per-connection settings for proxies & OAs
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 1ee73935685..b4a8a7904f9 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../../config/PropertyNames.def', Thu Jan 25 13:02:24 2007 +// Generated by makeprops.py from file `../config/PropertyNames.def', Thu Jan 25 08:38:23 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -59,6 +59,8 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.OA.*.RegisterProcess", "Ice.OA.*.ReplicaGroupId", "Ice.OA.*.Router", + "Ice.OA.*.ThreadPerConnection", + "Ice.OA.*.ThreadPerConnection.StackSize", "Ice.OA.*.ThreadPool.Size", "Ice.OA.*.ThreadPool.SizeMax", "Ice.OA.*.ThreadPool.SizeWarn", |