diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 13:18:49 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-04-27 13:18:49 -0230 |
commit | 6a53b970ec0368c4df1142680c78d6173286657e (patch) | |
tree | dbf1059ca535673fa356700ea8d8c2a71812ee78 /cpp/src/Ice/Reference.cpp | |
parent | Bug 3919 - remove ACM from hello demos (diff) | |
download | ice-6a53b970ec0368c4df1142680c78d6173286657e.tar.bz2 ice-6a53b970ec0368c4df1142680c78d6173286657e.tar.xz ice-6a53b970ec0368c4df1142680c78d6173286657e.zip |
Bug 2475 - remove AMD_Array_Object_ice_invoke
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index c04f6f45b22..939cfc61f69 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -1499,7 +1499,7 @@ IceInternal::RoutableReference::getConnectionNoRouterInfo(const GetConnectionCal { try { - throw; + exc.ice_throw(); } catch(const Ice::NoEndpointException& ex) { |