From 570455a381e6620f8ddfcca448559d3fa545ba38 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 10 Oct 2014 12:03:07 +0200 Subject: Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel() --- 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 7faa8ef73f4..37b3853497c 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 CommunicatorBatchOutgoingAsyncPtr&) const; + void flushAsyncBatchRequests(const CommunicatorFlushBatchPtr&) const; private: -- cgit v1.2.3