diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-29 00:18:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-29 00:18:54 +0000 |
commit | 856d5dc27e03c656cd24e06307ca581d1c3f252a (patch) | |
tree | 7a00f4fdc26914e2435bf341481f8b310498d1c7 /cpp/test/Ice/operations/TwowaysAMI.cpp | |
parent | more Java AMI (diff) | |
download | ice-856d5dc27e03c656cd24e06307ca581d1c3f252a.tar.bz2 ice-856d5dc27e03c656cd24e06307ca581d1c3f252a.tar.xz ice-856d5dc27e03c656cd24e06307ca581d1c3f252a.zip |
more AMI
Diffstat (limited to 'cpp/test/Ice/operations/TwowaysAMI.cpp')
-rw-r--r-- | cpp/test/Ice/operations/TwowaysAMI.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/operations/TwowaysAMI.cpp b/cpp/test/Ice/operations/TwowaysAMI.cpp index 5108e6a6101..33d61b7814d 100644 --- a/cpp/test/Ice/operations/TwowaysAMI.cpp +++ b/cpp/test/Ice/operations/TwowaysAMI.cpp @@ -79,7 +79,7 @@ public: called(); } - virtual void ice_exception(const ::Ice::Exception& ex) + virtual void ice_exception(const ::Ice::Exception&) { test(false); } @@ -1001,5 +1001,4 @@ twowaysAMI(const Test::MyClassPrx& p) derived->opDerived_async(cb); test(cb->check()); } - } |