From 55527152af356fda6037f836c978c2b3a2e2f045 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Tue, 8 Dec 2009 14:10:38 -0800 Subject: - bug 3533: add async version of Connection/Communicator flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies --- cpp/src/Ice/Instance.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'cpp/src/Ice/Instance.cpp') diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 7bb3fb1cdc6..24540c65491 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -374,28 +374,6 @@ IceInternal::Instance::serverACM() const return _serverACM; } -void -IceInternal::Instance::flushBatchRequests() -{ - OutgoingConnectionFactoryPtr connectionFactory; - ObjectAdapterFactoryPtr adapterFactory; - - { - IceUtil::RecMutex::Lock sync(*this); - - if(_state == StateDestroyed) - { - throw CommunicatorDestroyedException(__FILE__, __LINE__); - } - - connectionFactory = _outgoingConnectionFactory; - adapterFactory = _objectAdapterFactory; - } - - connectionFactory->flushBatchRequests(); - adapterFactory->flushBatchRequests(); -} - Identity IceInternal::Instance::stringToIdentity(const string& s) const { -- cgit v1.2.3