diff options
author | Michi Henning <michi@zeroc.com> | 2007-05-08 05:02:09 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-05-08 05:02:09 +0000 |
commit | c4a1d7ad39bf68c75993742a0373053a8c495317 (patch) | |
tree | 53baaf75b547020857c86aacb5693da9bb11b3a7 /cpp/test/Ice/proxy/TestAMDI.cpp | |
parent | Got rid of needless #include <iostream>. (diff) | |
download | ice-c4a1d7ad39bf68c75993742a0373053a8c495317.tar.bz2 ice-c4a1d7ad39bf68c75993742a0373053a8c495317.tar.xz ice-c4a1d7ad39bf68c75993742a0373053a8c495317.zip |
Added more tests for opaque endpoints.
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/TestAMDI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.cpp b/cpp/test/Ice/proxy/TestAMDI.cpp index b70d01bce65..82587289e1a 100644 --- a/cpp/test/Ice/proxy/TestAMDI.cpp +++ b/cpp/test/Ice/proxy/TestAMDI.cpp @@ -16,6 +16,12 @@ MyDerivedClassI::MyDerivedClassI() } void +MyDerivedClassI::echo_async(const Test::AMD_MyDerivedClass_echoPtr& cb, const Ice::ObjectPrx& obj, const Ice::Current&) +{ + cb->ice_response(obj); +} + +void MyDerivedClassI::shutdown_async(const Test::AMD_MyClass_shutdownPtr& cb, const Ice::Current& c) { c.adapter->getCommunicator()->shutdown(); |