summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Endpoint.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-11 18:09:45 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-11 18:09:45 +0000
commitd97f276ddf939534613d7c0c6067205e7effc133 (patch)
treeaaef4b3e8007dbd53b050329ec91d8c73558aaa8 /cpp/src/Ice/Endpoint.cpp
parentmore exception stuff (diff)
downloadice-d97f276ddf939534613d7c0c6067205e7effc133.tar.bz2
ice-d97f276ddf939534613d7c0c6067205e7effc133.tar.xz
ice-d97f276ddf939534613d7c0c6067205e7effc133.zip
more exception cleanup
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r--cpp/src/Ice/Endpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp
index f6bf95f159c..8fc2718a3d0 100644
--- a/cpp/src/Ice/Endpoint.cpp
+++ b/cpp/src/Ice/Endpoint.cpp
@@ -18,7 +18,7 @@
#include <Ice/SslTransceiver.h>
#include <Ice/UdpTransceiver.h>
#include <Ice/BasicStream.h>
-#include <Ice/LocalException.h>
+#include <Ice/Exception.h>
using namespace std;
using namespace Ice;