From 9560b7d54ec4411f0605a3b53997835599f70ea2 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 10 Sep 2012 08:47:58 +0200 Subject: Fixed communicator flushBatchRequests to allow tracing --- cpp/src/Ice/Proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Ice/Proxy.cpp') diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 69da155dd9d..4760984eb48 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1657,7 +1657,7 @@ IceDelegateM::Ice::Object::ice_invoke(const string& operation, void IceDelegateM::Ice::Object::ice_flushBatchRequests(InvocationObserver& observer) { - BatchOutgoing __og(__handler.get()); + BatchOutgoing __og(__handler.get(), observer); __og.invoke(); } -- cgit v1.2.3