From c6ca68d97aa5bbc2a172e3e35171b5452657fa22 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 10 Mar 2015 12:12:10 +0100 Subject: ICE-6170 - fixed behavior of batch requests --- cpp/src/Ice/ObjectAdapterFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/ObjectAdapterFactory.h') diff --git a/cpp/src/Ice/ObjectAdapterFactory.h b/cpp/src/Ice/ObjectAdapterFactory.h index 1ab5d753d6a..6434a25b178 100644 --- a/cpp/src/Ice/ObjectAdapterFactory.h +++ b/cpp/src/Ice/ObjectAdapterFactory.h @@ -33,7 +33,7 @@ public: ::Ice::ObjectAdapterPtr createObjectAdapter(const std::string&, const Ice::RouterPrx&); ::Ice::ObjectAdapterPtr findObjectAdapter(const ::Ice::ObjectPrx&); void removeObjectAdapter(const ::Ice::ObjectAdapterPtr&); - void flushAsyncBatchRequests(const CommunicatorFlushBatchPtr&) const; + void flushAsyncBatchRequests(const CommunicatorFlushBatchAsyncPtr&) const; private: -- cgit v1.2.3