summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Incoming.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-20 13:12:50 +0000
commitd99db9620ba052e79cd5bd40c75306f600f9c48c (patch)
tree8b5bf4d7b52f1e60469cb48e6b466e7f4b08c41f /cpp/src/Ice/Incoming.cpp
parentminor (diff)
downloadice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.bz2
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.xz
ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.zip
Runtime->Local
Diffstat (limited to 'cpp/src/Ice/Incoming.cpp')
-rw-r--r--cpp/src/Ice/Incoming.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/Incoming.cpp b/cpp/src/Ice/Incoming.cpp
index abfd1a05187..952ada5875f 100644
--- a/cpp/src/Ice/Incoming.cpp
+++ b/cpp/src/Ice/Incoming.cpp
@@ -12,7 +12,7 @@
#include <Ice/ObjectAdapter.h>
#include <Ice/ServantLocator.h>
#include <Ice/Object.h>
-#include <Ice/RuntimeException.h>
+#include <Ice/LocalException.h>
using namespace std;
using namespace Ice;
@@ -236,7 +236,7 @@ IceInternal::Incoming::invoke(bool response)
// Rethrow, so that the caller can print a warning.
ex.ice_throw();
}
- catch(const RuntimeException& ex)
+ catch(const LocalException& ex)
{
if(locator && servant)
{
@@ -249,7 +249,7 @@ IceInternal::Incoming::invoke(bool response)
{
_os.endWriteEncaps();
_os.b.resize(statusPos);
- _os.write(static_cast<Byte>(DispatchUnknownRuntimeException));
+ _os.write(static_cast<Byte>(DispatchUnknownLocalException));
}
// Rethrow, so that the caller can print a warning.