// ********************************************************************** // // Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #include #include TestIntfI::TestIntfI(const Ice::CommunicatorPtr& communicator) : _communicator(communicator) { } void TestIntfI::opDoubleArray_async(const Test::AMD_TestIntf_opDoubleArrayPtr& opDoubleArrayCB, const std::pair& inSeq, const Ice::Current&) { Test::DoubleSeq outSeq(inSeq.first, inSeq.second); opDoubleArrayCB->ice_response(outSeq, outSeq); } void TestIntfI::opBoolArray_async(const Test::AMD_TestIntf_opBoolArrayPtr& opBoolArrayCB, const std::pair& inSeq, const Ice::Current&) { Test::BoolSeq outSeq(inSeq.first, inSeq.second); opBoolArrayCB->ice_response(outSeq, outSeq); } void TestIntfI::opByteArray_async(const Test::AMD_TestIntf_opByteArrayPtr& opByteArrayCB, const std::pair& inSeq, const Ice::Current&) { opByteArrayCB->ice_response(inSeq, inSeq); } void TestIntfI::opVariableArray_async(const Test::AMD_TestIntf_opVariableArrayPtr& opVariableArrayCB, const std::pair& inSeq, const Ice::Current&) { Test::VariableList outSeq(inSeq.first, inSeq.second); opVariableArrayCB->ice_response(outSeq, outSeq); } void TestIntfI::opBoolRange_async(const Test::AMD_TestIntf_opBoolRangePtr& opBoolRangeCB, const std::pair& inSeq, const Ice::Current&) { Test::BoolSeq outSeq(inSeq.first, inSeq.second); opBoolRangeCB->ice_response(outSeq, outSeq); } void TestIntfI::opByteRange_async(const Test::AMD_TestIntf_opByteRangePtr& opByteRangeCB, const std::pair& inSeq, const Ice::Current&) { opByteRangeCB->ice_response(inSeq, inSeq); } void TestIntfI::opVariableRange_async(const Test::AMD_TestIntf_opVariableRangePtr& opVariableRangeCB, const std::pair& inSeq, const Ice::Current&) { Test::VariableList outSeq(inSeq.first, inSeq.second); opVariableRangeCB->ice_response(outSeq, outSeq); } void TestIntfI::opByteRangeType_async(const Test::AMD_TestIntf_opByteRangeTypePtr& opByteRangeTypeCB, const std::pair& inSeq, const Ice::Current&) { Test::ByteList outSeq(inSeq.first, inSeq.second); opByteRangeTypeCB->ice_response(outSeq, outSeq); } void TestIntfI::opVariableRangeType_async(const Test::AMD_TestIntf_opVariableRangeTypePtr& opVariableRangeTypeCB, const std::pair::const_iterator, std::deque::const_iterator>& inSeq, const Ice::Current&) { Test::VariableList outSeq; for(std::deque::const_iterator p = inSeq.first; p != inSeq.second; ++p) { outSeq.push_back(*p); } opVariableRangeTypeCB->ice_response(outSeq, outSeq); } void TestIntfI::opBoolSeq_async(const Test::AMD_TestIntf_opBoolSeqPtr& opBoolSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opBoolSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opBoolList_async(const Test::AMD_TestIntf_opBoolListPtr& opBoolListCB, const Test::BoolList& inSeq, const Ice::Current&) { Test::BoolList outSeq(inSeq); opBoolListCB->ice_response(outSeq, outSeq); } void TestIntfI::opByteSeq_async(const Test::AMD_TestIntf_opByteSeqPtr& opByteSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opByteSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opByteList_async(const Test::AMD_TestIntf_opByteListPtr& opByteListCB, const Test::ByteList& inSeq, const Ice::Current&) { Test::ByteList outSeq(inSeq); opByteListCB->ice_response(outSeq, outSeq); } void TestIntfI::opMyByteSeq_async(const Test::AMD_TestIntf_opMyByteSeqPtr& opMyByteSeqCB, const MyByteSeq& inSeq, const Ice::Current&) { MyByteSeq outSeq(inSeq); opMyByteSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opString_async(const Test::AMD_TestIntf_opStringPtr& opStringCB, const Util::string_view& inString, const Ice::Current&) { opStringCB->ice_response(inString, inString); } void TestIntfI::opStringSeq_async(const Test::AMD_TestIntf_opStringSeqPtr& opStringSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opStringSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opStringList_async(const Test::AMD_TestIntf_opStringListPtr& opStringListCB, const Test::StringList& inSeq, const Ice::Current&) { Test::StringList outSeq(inSeq); opStringListCB->ice_response(outSeq, outSeq); } void TestIntfI::opFixedSeq_async(const Test::AMD_TestIntf_opFixedSeqPtr& opFixedSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opFixedSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opFixedList_async(const Test::AMD_TestIntf_opFixedListPtr& opFixedListCB, const Test::FixedList& inSeq, const Ice::Current&) { Test::FixedList outSeq(inSeq); opFixedListCB->ice_response(outSeq, outSeq); } void TestIntfI::opVariableSeq_async(const Test::AMD_TestIntf_opVariableSeqPtr& opVariableSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opVariableSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opVariableList_async(const Test::AMD_TestIntf_opVariableListPtr& opVariableListCB, const Test::VariableList& inSeq, const Ice::Current&) { Test::VariableList outSeq(inSeq); opVariableListCB->ice_response(outSeq, outSeq); } void TestIntfI::opStringStringDictSeq_async(const Test::AMD_TestIntf_opStringStringDictSeqPtr& opStringStringDictSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opStringStringDictSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opStringStringDictList_async(const Test::AMD_TestIntf_opStringStringDictListPtr& opStringStringDictListCB, const Test::StringStringDictList& inSeq, const Ice::Current&) { Test::StringStringDictList outSeq(inSeq); opStringStringDictListCB->ice_response(outSeq, outSeq); } void TestIntfI::opESeq_async(const Test::AMD_TestIntf_opESeqPtr& opESeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opESeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opEList_async(const Test::AMD_TestIntf_opEListPtr& opEListCB, const Test::EList& inSeq, const Ice::Current&) { Test::EList outSeq(inSeq); opEListCB->ice_response(outSeq, outSeq); } void TestIntfI::opCPrxSeq_async(const Test::AMD_TestIntf_opCPrxSeqPtr& opCPrxSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opCPrxSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opCPrxList_async(const Test::AMD_TestIntf_opCPrxListPtr& opCPrxListCB, const Test::CPrxList& inSeq, const Ice::Current&) { Test::CPrxList outSeq(inSeq); opCPrxListCB->ice_response(outSeq, outSeq); } void TestIntfI::opCSeq_async(const Test::AMD_TestIntf_opCSeqPtr& opCSeqCB, const std::deque& inSeq, const Ice::Current&) { std::deque outSeq(inSeq); opCSeqCB->ice_response(outSeq, outSeq); } void TestIntfI::opCList_async(const Test::AMD_TestIntf_opCListPtr& opCListCB, const Test::CList& inSeq, const Ice::Current&) { Test::CList outSeq(inSeq); opCListCB->ice_response(outSeq, outSeq); } void TestIntfI::opClassStruct_async(const ::Test::AMD_TestIntf_opClassStructPtr& cb, const ::Test::ClassStructPtr& inS, const ::Test::ClassStructSeq& inSeq, const ::Ice::Current&) { cb->ice_response(inS, inS, inSeq); } void TestIntfI::opOutArrayByteSeq_async(const ::Test::AMD_TestIntf_opOutArrayByteSeqPtr& cb, const ::Test::ByteSeq& inS, const ::Ice::Current&) { cb->ice_response(std::pair(&inS[0], &inS[0] + inS.size())); } void TestIntfI::opOutRangeByteSeq_async(const ::Test::AMD_TestIntf_opOutRangeByteSeqPtr& cb, const ::Test::ByteSeq& inS, const ::Ice::Current&) { cb->ice_response(std::pair< ::Test::ByteSeq::const_iterator, ::Test::ByteSeq::const_iterator>(inS.begin(), inS.end())); } void TestIntfI::opIntStringDict_async(const ::Test::AMD_TestIntf_opIntStringDictPtr& cb, const ::Test::IntStringDict& inDict, const ::Ice::Current&) { cb->ice_response(inDict, inDict); } void TestIntfI::opVarDict_async(const ::Test::AMD_TestIntf_opVarDictPtr& cb, const ::Test::CustomMap& inDict, const ::Ice::Current&) { Test::CustomMap result; for(Ice::Long i = 0; i < 1000; ++i) { result[i] = i*i; } cb->ice_response(result, inDict); } void TestIntfI::opCustomIntStringDict_async(const ::Test::AMD_TestIntf_opCustomIntStringDictPtr& cb, const std::map& data, const Ice::Current&) { cb->ice_response(data, data); } void TestIntfI::opShortBuffer_async(const ::Test::AMD_TestIntf_opShortBufferPtr& cb, const Test::ShortBuffer& inS, const Ice::Current&) { cb->ice_response(inS, inS); } void TestIntfI::opBoolBuffer_async(const ::Test::AMD_TestIntf_opBoolBufferPtr& cb, const Test::CustomBuffer& inS, const Ice::Current&) { cb->ice_response(inS, inS); } void TestIntfI::opBufferStruct_async(const ::Test::AMD_TestIntf_opBufferStructPtr& cb, const Test::BufferStruct& s, const Ice::Current&) { cb->ice_response(s); } void TestIntfI::shutdown_async(const Test::AMD_TestIntf_shutdownPtr& shutdownCB, const Ice::Current&) { _communicator->shutdown(); shutdownCB->ice_response(); }