summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Oneways.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/Oneways.cpp')
-rw-r--r--cpp/test/Ice/operations/Oneways.cpp8
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