diff options
Diffstat (limited to 'cpp/src/IceStorm/OnewayBatchSubscriber.cpp')
-rw-r--r-- | cpp/src/IceStorm/OnewayBatchSubscriber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/OnewayBatchSubscriber.cpp b/cpp/src/IceStorm/OnewayBatchSubscriber.cpp index bc1be81b676..e649cf6206b 100644 --- a/cpp/src/IceStorm/OnewayBatchSubscriber.cpp +++ b/cpp/src/IceStorm/OnewayBatchSubscriber.cpp @@ -79,7 +79,7 @@ OnewayBatchSubscriber::flush() { _obj->ice_flush(); } - catch(const Ice::RuntimeException& e) + catch(const Ice::LocalException& e) { IceUtil::Mutex::Lock sync(_stateMutex); // |