diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-06-19 11:29:13 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-06-19 11:29:13 -0700 |
commit | 62beada44d38c7809d29bc93db8b8f7487587656 (patch) | |
tree | 0181faccc2dbf38d413b9103ed8fa1655d0410ec /py/modules/IcePy/Communicator.cpp | |
parent | bug 2245 - adding support for protected class data members (diff) | |
download | ice-62beada44d38c7809d29bc93db8b8f7487587656.tar.bz2 ice-62beada44d38c7809d29bc93db8b8f7487587656.tar.xz ice-62beada44d38c7809d29bc93db8b8f7487587656.zip |
bug 2120 - using CollocationOptimized
Diffstat (limited to 'py/modules/IcePy/Communicator.cpp')
-rw-r--r-- | py/modules/IcePy/Communicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/Communicator.cpp b/py/modules/IcePy/Communicator.cpp index 32701822918..c21c05750cc 100644 --- a/py/modules/IcePy/Communicator.cpp +++ b/py/modules/IcePy/Communicator.cpp @@ -171,7 +171,7 @@ communicatorInit(CommunicatorObject* self, PyObject* args, PyObject* /*kwds*/) // a collocated servant results in a CollocationOptimizationException // (because Python uses the blobject API). // - data.properties->setProperty("Ice.Default.CollocationOptimization", "0"); + data.properties->setProperty("Ice.Default.CollocationOptimized", "0"); // // Remaining command line options are passed to the communicator |