diff options
Diffstat (limited to 'cpp/test/Ice/operations/Oneways.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Oneways.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Oneways.cpp b/cpp/test/Ice/operations/Oneways.cpp index 492889188ed..70916e8d9de 100644 --- a/cpp/test/Ice/operations/Oneways.cpp +++ b/cpp/test/Ice/operations/Oneways.cpp @@ -60,6 +60,14 @@ oneways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrx& proxy) } { + p->opIdempotent(); + } + + { + p->opNonmutating(); + } + + { Ice::Byte b; try |