diff options
Diffstat (limited to 'cpp/test/Ice/slicing/objects/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/slicing/objects/TestAMDI.cpp | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/cpp/test/Ice/slicing/objects/TestAMDI.cpp b/cpp/test/Ice/slicing/objects/TestAMDI.cpp index ede464338e6..d72d2121eda 100644 --- a/cpp/test/Ice/slicing/objects/TestAMDI.cpp +++ b/cpp/test/Ice/slicing/objects/TestAMDI.cpp @@ -21,7 +21,7 @@ TestI::TestI() #ifdef ICE_CPP11_MAPPING void -TestI::SBaseAsObject_async(function<void (const shared_ptr<Ice::Value>&)> response, +TestI::SBaseAsObjectAsync(function<void (const shared_ptr<Ice::Value>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -31,7 +31,7 @@ TestI::SBaseAsObject_async(function<void (const shared_ptr<Ice::Value>&)> respon } void -TestI::SBaseAsSBase_async(function<void (const shared_ptr<Test::SBase>&)> response, +TestI::SBaseAsSBaseAsync(function<void (const shared_ptr<Test::SBase>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -41,7 +41,7 @@ TestI::SBaseAsSBase_async(function<void (const shared_ptr<Test::SBase>&)> respon } void -TestI::SBSKnownDerivedAsSBase_async(function<void (const shared_ptr<Test::SBase>&)> response, +TestI::SBSKnownDerivedAsSBaseAsync(function<void (const shared_ptr<Test::SBase>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -52,7 +52,7 @@ TestI::SBSKnownDerivedAsSBase_async(function<void (const shared_ptr<Test::SBase> } void -TestI::SBSKnownDerivedAsSBSKnownDerived_async(function<void (const shared_ptr<Test::SBSKnownDerived>&)> response, +TestI::SBSKnownDerivedAsSBSKnownDerivedAsync(function<void (const shared_ptr<Test::SBSKnownDerived>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -64,7 +64,7 @@ TestI::SBSKnownDerivedAsSBSKnownDerived_async(function<void (const shared_ptr<Te void -TestI::SBSUnknownDerivedAsSBase_async(function<void (const shared_ptr<Test::SBase>&)> response, +TestI::SBSUnknownDerivedAsSBaseAsync(function<void (const shared_ptr<Test::SBase>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -75,7 +75,7 @@ TestI::SBSUnknownDerivedAsSBase_async(function<void (const shared_ptr<Test::SBas } void -TestI::SBSUnknownDerivedAsSBaseCompact_async(function<void (const shared_ptr<Test::SBase>&)> response, +TestI::SBSUnknownDerivedAsSBaseCompactAsync(function<void (const shared_ptr<Test::SBase>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -87,7 +87,7 @@ TestI::SBSUnknownDerivedAsSBaseCompact_async(function<void (const shared_ptr<Tes void -TestI::SUnknownAsObject_async(function<void (const shared_ptr<Ice::Value>&)> response, +TestI::SUnknownAsObjectAsync(function<void (const shared_ptr<Ice::Value>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -97,7 +97,7 @@ TestI::SUnknownAsObject_async(function<void (const shared_ptr<Ice::Value>&)> res } void -TestI::checkSUnknown_async(Ice::ValuePtr obj, +TestI::checkSUnknownAsync(Ice::ValuePtr obj, function<void ()> response, function<void (exception_ptr)>, const ::Ice::Current& current) @@ -117,7 +117,7 @@ TestI::checkSUnknown_async(Ice::ValuePtr obj, void -TestI::oneElementCycle_async(function<void (const shared_ptr<Test::B>&)> response, +TestI::oneElementCycleAsync(function<void (const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -128,7 +128,7 @@ TestI::oneElementCycle_async(function<void (const shared_ptr<Test::B>&)> respons } void -TestI::twoElementCycle_async(function<void (const shared_ptr<Test::B>&)> response, +TestI::twoElementCycleAsync(function<void (const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -142,7 +142,7 @@ TestI::twoElementCycle_async(function<void (const shared_ptr<Test::B>&)> respons } void -TestI::D1AsB_async(function<void (const shared_ptr<Test::B>&)> response, +TestI::D1AsBAsync(function<void (const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -161,7 +161,7 @@ TestI::D1AsB_async(function<void (const shared_ptr<Test::B>&)> response, void -TestI::D1AsD1_async(function<void (const shared_ptr<Test::D1>&)> response, +TestI::D1AsD1Async(function<void (const shared_ptr<Test::D1>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -179,7 +179,7 @@ TestI::D1AsD1_async(function<void (const shared_ptr<Test::D1>&)> response, } void -TestI::D2AsB_async(function<void (const shared_ptr<Test::B>&)> response, +TestI::D2AsBAsync(function<void (const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -197,7 +197,7 @@ TestI::D2AsB_async(function<void (const shared_ptr<Test::B>&)> response, } void -TestI::paramTest1_async(function<void (const shared_ptr<Test::B>&, +TestI::paramTest1Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) @@ -216,7 +216,7 @@ TestI::paramTest1_async(function<void (const shared_ptr<Test::B>&, } void -TestI::paramTest2_async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, +TestI::paramTest2Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -234,7 +234,7 @@ TestI::paramTest2_async(function<void (const shared_ptr<Test::B>&, const shared_ } void -TestI::paramTest3_async(function<void (const shared_ptr<Test::B>&, +TestI::paramTest3Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, @@ -268,7 +268,7 @@ TestI::paramTest3_async(function<void (const shared_ptr<Test::B>&, } void -TestI::paramTest4_async(function<void (const shared_ptr<Test::B>&, +TestI::paramTest4Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) @@ -284,7 +284,7 @@ TestI::paramTest4_async(function<void (const shared_ptr<Test::B>&, } void -TestI::returnTest1_async(function<void (const shared_ptr<Test::B>&, +TestI::returnTest1Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, @@ -305,7 +305,7 @@ TestI::returnTest1_async(function<void (const shared_ptr<Test::B>&, void -TestI::returnTest2_async(function<void (const shared_ptr<Test::B>&, +TestI::returnTest2Async(function<void (const shared_ptr<Test::B>&, const shared_ptr<Test::B>&, const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, @@ -325,7 +325,7 @@ TestI::returnTest2_async(function<void (const shared_ptr<Test::B>&, } void -TestI::returnTest3_async(shared_ptr<::Test::B> p1, +TestI::returnTest3Async(shared_ptr<::Test::B> p1, shared_ptr<::Test::B>, function<void (const shared_ptr<Test::B>&)> response, function<void (exception_ptr)>, @@ -336,7 +336,7 @@ TestI::returnTest3_async(shared_ptr<::Test::B> p1, void -TestI::sequenceTest_async(shared_ptr<::Test::SS1> p1, +TestI::sequenceTestAsync(shared_ptr<::Test::SS1> p1, shared_ptr<::Test::SS2> p2, function<void (const ::Test::SS3&)> response, function<void (exception_ptr)>, @@ -350,7 +350,7 @@ TestI::sequenceTest_async(shared_ptr<::Test::SS1> p1, void -TestI::dictionaryTest_async(Test::BDict bin, +TestI::dictionaryTestAsync(Test::BDict bin, function<void (const ::Test::BDict&, const ::Test::BDict&)> response, function<void (exception_ptr)>, const ::Ice::Current&) @@ -383,7 +383,7 @@ TestI::dictionaryTest_async(Test::BDict bin, } void -TestI::exchangePBase_async(shared_ptr<::Test::PBase> pb, +TestI::exchangePBaseAsync(shared_ptr<::Test::PBase> pb, function<void (const shared_ptr<::Test::PBase>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) @@ -393,7 +393,7 @@ TestI::exchangePBase_async(shared_ptr<::Test::PBase> pb, void -TestI::PBSUnknownAsPreserved_async(function<void (const shared_ptr<::Test::Preserved>&)> response, +TestI::PBSUnknownAsPreservedAsync(function<void (const shared_ptr<::Test::Preserved>&)> response, function<void (exception_ptr)>, const ::Ice::Current& current) { @@ -414,7 +414,7 @@ TestI::PBSUnknownAsPreserved_async(function<void (const shared_ptr<::Test::Prese } void -TestI::checkPBSUnknown_async(shared_ptr<::Test::Preserved> p, +TestI::checkPBSUnknownAsync(shared_ptr<::Test::Preserved> p, function<void ()> response, function<void (exception_ptr)>, const ::Ice::Current& current) @@ -439,7 +439,7 @@ TestI::checkPBSUnknown_async(shared_ptr<::Test::Preserved> p, } void -TestI::PBSUnknownAsPreservedWithGraph_async(function<void (const shared_ptr<::Test::Preserved>&)> response, +TestI::PBSUnknownAsPreservedWithGraphAsync(function<void (const shared_ptr<::Test::Preserved>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -457,7 +457,7 @@ TestI::PBSUnknownAsPreservedWithGraph_async(function<void (const shared_ptr<::Te void -TestI::checkPBSUnknownWithGraph_async(shared_ptr<::Test::Preserved> p, +TestI::checkPBSUnknownWithGraphAsync(shared_ptr<::Test::Preserved> p, function<void ()> response, function<void (exception_ptr)>, const ::Ice::Current& current) @@ -484,7 +484,7 @@ TestI::checkPBSUnknownWithGraph_async(shared_ptr<::Test::Preserved> p, } void -TestI::PBSUnknown2AsPreservedWithGraph_async(function<void (const shared_ptr<::Test::Preserved>&)> response, +TestI::PBSUnknown2AsPreservedWithGraphAsync(function<void (const shared_ptr<::Test::Preserved>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -497,7 +497,7 @@ TestI::PBSUnknown2AsPreservedWithGraph_async(function<void (const shared_ptr<::T } void -TestI::checkPBSUnknown2WithGraph_async(shared_ptr<::Test::Preserved> p, +TestI::checkPBSUnknown2WithGraphAsync(shared_ptr<::Test::Preserved> p, function<void ()> response, function<void (exception_ptr)>, const ::Ice::Current& current) @@ -521,7 +521,7 @@ TestI::checkPBSUnknown2WithGraph_async(shared_ptr<::Test::Preserved> p, } void -TestI::exchangePNode_async(shared_ptr<::Test::PNode> pn, +TestI::exchangePNodeAsync(shared_ptr<::Test::PNode> pn, function<void (const shared_ptr<::Test::PNode>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) @@ -530,7 +530,7 @@ TestI::exchangePNode_async(shared_ptr<::Test::PNode> pn, } void -TestI::throwBaseAsBase_async(function<void ()>, +TestI::throwBaseAsBaseAsync(function<void ()>, function<void (exception_ptr)> exception, const ::Ice::Current&) { @@ -550,7 +550,7 @@ TestI::throwBaseAsBase_async(function<void ()>, } void -TestI::throwDerivedAsBase_async(function<void ()>, +TestI::throwDerivedAsBaseAsync(function<void ()>, function<void (exception_ptr)> exception, const ::Ice::Current&) { @@ -576,7 +576,7 @@ TestI::throwDerivedAsBase_async(function<void ()>, } void -TestI::throwDerivedAsDerived_async(function<void ()>, +TestI::throwDerivedAsDerivedAsync(function<void ()>, function<void (exception_ptr)> exception, const ::Ice::Current&) { @@ -602,7 +602,7 @@ TestI::throwDerivedAsDerived_async(function<void ()>, } void -TestI::throwUnknownDerivedAsBase_async(function<void ()>, +TestI::throwUnknownDerivedAsBaseAsync(function<void ()>, function<void (exception_ptr)> exception, const ::Ice::Current&) { @@ -628,7 +628,7 @@ TestI::throwUnknownDerivedAsBase_async(function<void ()>, } void -TestI::throwPreservedException_async(function<void ()>, +TestI::throwPreservedExceptionAsync(function<void ()>, function<void (exception_ptr)> exception, const ::Ice::Current&) { @@ -649,7 +649,7 @@ TestI::throwPreservedException_async(function<void ()>, } void -TestI::useForward_async(function<void (const shared_ptr<::Test::Forward>&)> response, +TestI::useForwardAsync(function<void (const shared_ptr<::Test::Forward>&)> response, function<void (exception_ptr)>, const ::Ice::Current&) { @@ -660,7 +660,7 @@ TestI::useForward_async(function<void (const shared_ptr<::Test::Forward>&)> resp } void -TestI::shutdown_async(function<void ()> response, +TestI::shutdownAsync(function<void ()> response, function<void (exception_ptr)>, const ::Ice::Current& current) { |