diff options
Diffstat (limited to 'cpp/test/Ice/ami/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/ami/TestI.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/ami/TestI.cpp b/cpp/test/Ice/ami/TestI.cpp index 3e3a2fe1ea4..c9d2869e80a 100644 --- a/cpp/test/Ice/ami/TestI.cpp +++ b/cpp/test/Ice/ami/TestI.cpp @@ -174,6 +174,12 @@ TestIntfI::supportsFunctionalTests(const Ice::Current&) } void +TestIntfI::pingBiDir(ICE_IN(Ice::Identity) id, const Ice::Current& current) +{ + ICE_UNCHECKED_CAST(Test::PingReplyPrx, current.con->createProxy(id))->reply(); +} + +void TestIntfControllerI::holdAdapter(const Ice::Current&) { _adapter->hold(); |