diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-02-08 16:26:39 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-02-08 16:26:39 +0000 |
commit | d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a (patch) | |
tree | 8bbe532f3f9286486434f0fe43ade00d3e5410d3 /cpp/src/Ice/PropertyNames.cpp | |
parent | Added alternate sequence mappings (diff) | |
download | ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.tar.bz2 ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.tar.xz ice-d0a0add45e5cbb240f157fe3f86f6cd6cc97fc6a.zip |
Minor fixes for locator cache timeout.
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index c89b0abf810..82f6a784530 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', Wed Jan 4 16:04:58 2006 +// Generated by makeprops.py from file `../config/PropertyNames.def', Wed Feb 8 17:24:02 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -23,6 +23,7 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.Default.CollocationOptimization", "Ice.Default.Host", "Ice.Default.Locator", + "Ice.Default.LocatorCacheTimeout", "Ice.Default.Package", "Ice.Default.Protocol", "Ice.Default.Router", |