summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-01-06 19:19:38 +0000
committerMark Spruiell <mes@zeroc.com>2005-01-06 19:19:38 +0000
commitbd766ac24e27260d8cf94565cb0879fe60088186 (patch)
treeb5e9dbeb2cbefb15d063e2d0a7136fcd111479fc /py/modules/IcePy/Proxy.cpp
parentadding SSL properties (diff)
downloadice-bd766ac24e27260d8cf94565cb0879fe60088186.tar.bz2
ice-bd766ac24e27260d8cf94565cb0879fe60088186.tar.xz
ice-bd766ac24e27260d8cf94565cb0879fe60088186.zip
fixing comment
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r--py/modules/IcePy/Proxy.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp
index b10c51242e1..b112605ade7 100644
--- a/py/modules/IcePy/Proxy.cpp
+++ b/py/modules/IcePy/Proxy.cpp
@@ -47,7 +47,11 @@ allocateProxy(const Ice::ObjectPrx& proxy, const Ice::CommunicatorPtr& communica
// comparison (such as in RouterInfo::get) if a proxy from IcePy is
// compared with a proxy from Ice/C++.
//
- //p->proxy = new Ice::ObjectPrx(proxy->ice_collocationOptimization(false));
+ //if(proxy)
+ //{
+ // p->proxy = new Ice::ObjectPrx(proxy->ice_collocationOptimization(false));
+ //}
+ //
p->proxy = new Ice::ObjectPrx(proxy);
p->communicator = new Ice::CommunicatorPtr(communicator);