diff options
Diffstat (limited to 'cpp/test/Ice/custom/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/custom/TestAMDI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/custom/TestAMDI.cpp b/cpp/test/Ice/custom/TestAMDI.cpp index 3b710d9bf45..f23a343a7fd 100644 --- a/cpp/test/Ice/custom/TestAMDI.cpp +++ b/cpp/test/Ice/custom/TestAMDI.cpp @@ -77,7 +77,6 @@ TestIntfI::opVariableRangeAsync(Test::VariableList in, response(in, in); } - void TestIntfI::opByteRangeTypeAsync(Test::ByteList in, std::function<void(const Test::ByteList&, const Test::ByteList&)> response, @@ -103,7 +102,6 @@ TestIntfI::opBoolSeqAsync(std::deque<bool> in, response(in, in); } - void TestIntfI::opBoolListAsync(Test::BoolList in, std::function<void(const Test::BoolList&, const Test::BoolList&)> response, @@ -177,7 +175,6 @@ TestIntfI::opFixedListAsync(Test::FixedList in, response(in, in); } - void TestIntfI::opVariableSeqAsync(std::deque<Test::Variable> in, std::function<void(const std::deque<Test::Variable>&, @@ -327,7 +324,6 @@ TestIntfI::opShortBufferAsync(Test::ShortBuffer in, response(in, in); } - void TestIntfI::opBoolBufferAsync(Test::CustomBuffer<bool> in, std::function<void(const Test::CustomBuffer<bool>&, @@ -345,7 +341,6 @@ TestIntfI::opBufferStructAsync(Test::BufferStruct in, response(in); } - void TestIntfI::shutdownAsync(std::function<void()> response, std::function<void(std::exception_ptr)>, const Ice::Current&) @@ -629,7 +624,6 @@ TestIntfI::opClassStruct_async(const Test::AMD_TestIntf_opClassStructPtr& cb, cb->ice_response(inS, inS, inSeq); } - void TestIntfI::opOutArrayByteSeq_async(const Test::AMD_TestIntf_opOutArrayByteSeqPtr& cb, const Test::ByteSeq& inS, |