diff options
Diffstat (limited to 'cpp/test/Ice/slicing/objects/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/slicing/objects/TestAMDI.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/test/Ice/slicing/objects/TestAMDI.cpp b/cpp/test/Ice/slicing/objects/TestAMDI.cpp index 46e8fa39ddc..a840e3af0cf 100644 --- a/cpp/test/Ice/slicing/objects/TestAMDI.cpp +++ b/cpp/test/Ice/slicing/objects/TestAMDI.cpp @@ -62,7 +62,6 @@ TestI::SBSKnownDerivedAsSBSKnownDerivedAsync(function<void(const shared_ptr<Test response(sbskd); } - void TestI::SBSUnknownDerivedAsSBaseAsync(function<void(const shared_ptr<Test::SBase>&)> response, function<void(exception_ptr)>, @@ -85,7 +84,6 @@ TestI::SBSUnknownDerivedAsSBaseCompactAsync(function<void(const shared_ptr<Test: response(sbsud); } - void TestI::SUnknownAsObjectAsync(function<void(const shared_ptr<Ice::Value>&)> response, function<void(exception_ptr)>, @@ -115,7 +113,6 @@ TestI::checkSUnknownAsync(Ice::ValuePtr obj, response(); } - void TestI::oneElementCycleAsync(function<void(const shared_ptr<Test::B>&)> response, function<void(exception_ptr)>, @@ -159,7 +156,6 @@ TestI::D1AsBAsync(function<void(const shared_ptr<Test::B>&)> response, response(d1); } - void TestI::D1AsD1Async(function<void(const shared_ptr<Test::D1>&)> response, function<void(exception_ptr)>, @@ -303,7 +299,6 @@ TestI::returnTest1Async(function<void(const shared_ptr<Test::B>&, response(d2, d2, d1); } - void TestI::returnTest2Async(function<void(const shared_ptr<Test::B>&, const shared_ptr<Test::B>&, @@ -334,7 +329,6 @@ TestI::returnTest3Async(shared_ptr<::Test::B> p1, response(p1); } - void TestI::sequenceTestAsync(shared_ptr<::Test::SS1> p1, shared_ptr<::Test::SS2> p2, @@ -348,7 +342,6 @@ TestI::sequenceTestAsync(shared_ptr<::Test::SS1> p1, response(ss); } - void TestI::dictionaryTestAsync(Test::BDict bin, function<void(const ::Test::BDict&, const ::Test::BDict&)> response, @@ -391,7 +384,6 @@ TestI::exchangePBaseAsync(shared_ptr<::Test::PBase> pb, response(pb); } - void TestI::PBSUnknownAsPreservedAsync(function<void(const shared_ptr<::Test::Preserved>&)> response, function<void(exception_ptr)>, @@ -455,7 +447,6 @@ TestI::PBSUnknownAsPreservedWithGraphAsync(function<void(const shared_ptr<::Test r->graph->next->next->next = nullptr; // Break the cycle. } - void TestI::checkPBSUnknownWithGraphAsync(shared_ptr<::Test::Preserved> p, function<void()> response, |