diff options
Diffstat (limited to 'cpp/test/Ice/operations/Oneways.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Oneways.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/Oneways.cpp b/cpp/test/Ice/operations/Oneways.cpp index 93cc134e1d2..693cbf68755 100644 --- a/cpp/test/Ice/operations/Oneways.cpp +++ b/cpp/test/Ice/operations/Oneways.cpp @@ -17,7 +17,7 @@ void oneways(const Ice::CommunicatorPtr&, const Test::MyClassPrxPtr& proxy) { Test::MyClassPrxPtr p = ICE_UNCHECKED_CAST(Test::MyClassPrx, proxy->ice_oneway()); - + { p->ice_ping(); } @@ -65,7 +65,7 @@ oneways(const Ice::CommunicatorPtr&, const Test::MyClassPrxPtr& proxy) #endif { } - } + } { p->opVoid(); |