diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 6524a4ce9c3..0f0f282b38f 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1147,12 +1147,14 @@ IceDelegateD::Ice::Object::ice_invoke(const string&, const Context&) { throw CollocationOptimizationException(__FILE__, __LINE__); + return false; } ConnectionPtr IceDelegateD::Ice::Object::ice_connection() { throw CollocationOptimizationException(__FILE__, __LINE__); + return 0; } void |