summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Outgoing.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-08-02 15:38:20 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-08-02 15:38:20 +0000
commit4b7aea220aec3fda69673927a1674f92d271ae65 (patch)
treecbd0e4f5a6144a9a528ff86e0139f4340eb7708f /cppe/src/IceE/Outgoing.cpp
parentJava metadata (diff)
downloadice-4b7aea220aec3fda69673927a1674f92d271ae65.tar.bz2
ice-4b7aea220aec3fda69673927a1674f92d271ae65.tar.xz
ice-4b7aea220aec3fda69673927a1674f92d271ae65.zip
LocalExceptions -> LocalException
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r--cppe/src/IceE/Outgoing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp
index 5565c5ac4f2..24fc1e1c098 100644
--- a/cppe/src/IceE/Outgoing.cpp
+++ b/cppe/src/IceE/Outgoing.cpp
@@ -11,7 +11,7 @@
#include <IceE/DispatchStatus.h>
#include <IceE/Connection.h>
#include <IceE/Reference.h>
-#include <IceE/LocalExceptions.h>
+#include <IceE/LocalException.h>
using namespace std;
using namespace Ice;