diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 16:59:33 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-16 16:59:33 +0200 |
commit | eb2acd1a7500ae37af137587a64edef9c3034f5f (patch) | |
tree | 549285eef45bc8f0d6b7a692e40f4304deaeece4 /cpp/src/IceStorm/Subscriber.cpp | |
parent | Fixed Ice/metrics failures with .NET CF (diff) | |
download | ice-eb2acd1a7500ae37af137587a64edef9c3034f5f.tar.bz2 ice-eb2acd1a7500ae37af137587a64edef9c3034f5f.tar.xz ice-eb2acd1a7500ae37af137587a64edef9c3034f5f.zip |
Minor fixes, added IceBox MetricsAdmin facet test
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.cpp')
-rwxr-xr-x | cpp/src/IceStorm/Subscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.cpp b/cpp/src/IceStorm/Subscriber.cpp index effa12b5430..95ea74c6265 100755 --- a/cpp/src/IceStorm/Subscriber.cpp +++ b/cpp/src/IceStorm/Subscriber.cpp @@ -254,7 +254,7 @@ SubscriberBatch::doFlush() _obj->ice_invoke((*p)->op, (*p)->mode, (*p)->data, dummy, (*p)->context); } - Ice::AsyncResultPtr result = _obj->begin_ice_flushBatchRequests( + Ice::AsyncResultPtr result = _obj->begin_ice_flushBatchRequests( Ice::newCallback_Object_ice_flushBatchRequests(this, &SubscriberBatch::exception, &SubscriberBatch::sent)); |