diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-09-14 19:35:45 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-09-14 19:35:45 +0000 |
commit | d45cba898c0c25f6218260be51b1e4ec321000e7 (patch) | |
tree | 2aac309d72501b6f24b291769888e682379e0c74 /cpp/src/Ice/DefaultsAndOverrides.h | |
parent | slice/IceGrid (diff) | |
download | ice-d45cba898c0c25f6218260be51b1e4ec321000e7.tar.bz2 ice-d45cba898c0c25f6218260be51b1e4ec321000e7.tar.xz ice-d45cba898c0c25f6218260be51b1e4ec321000e7.zip |
Fix for bug 282:
- Adding Ice.Default.CollocationOptimization property, default = 1
- Changing the ice_default proxy method to return a proxy having the
default collocation optimization setting, rather than false
- Changing all other calls to ReferenceFactory::create to use the default
setting instead of a hard-coded value
Diffstat (limited to 'cpp/src/Ice/DefaultsAndOverrides.h')
-rw-r--r-- | cpp/src/Ice/DefaultsAndOverrides.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/DefaultsAndOverrides.h b/cpp/src/Ice/DefaultsAndOverrides.h index 1a55e221879..f7f19261c0b 100644 --- a/cpp/src/Ice/DefaultsAndOverrides.h +++ b/cpp/src/Ice/DefaultsAndOverrides.h @@ -27,6 +27,7 @@ public: std::string defaultProtocol; std::string defaultRouter; std::string defaultLocator; + bool defaultCollocationOptimization; bool overrideTimeout; Ice::Int overrideTimeoutValue; |