diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IceStorm/TwowayProxy.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/TwowayProxy.cpp b/cpp/src/IceStorm/TwowayProxy.cpp index 213011d44dd..24d29dc0493 100644 --- a/cpp/src/IceStorm/TwowayProxy.cpp +++ b/cpp/src/IceStorm/TwowayProxy.cpp @@ -152,6 +152,7 @@ IceStorm::OrderedTwowayProxy::publish(const EventPtr& event) catch(const Ice::LocalException& ex) { exception(ex); + throw; } } |