diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-11 18:09:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-11 18:09:45 +0000 |
commit | d97f276ddf939534613d7c0c6067205e7effc133 (patch) | |
tree | aaef4b3e8007dbd53b050329ec91d8c73558aaa8 /cpp/src/Ice/Endpoint.cpp | |
parent | more exception stuff (diff) | |
download | ice-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.cpp | 2 |
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; |