diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-12 16:19:00 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-12 16:19:00 +0000 |
commit | ef65ef97f6d8b9b035570323dca75cea13e53f47 (patch) | |
tree | efcf681071b65875ac48d915a1d9228f77139a3f /cppe/src/IceE/Outgoing.cpp | |
parent | added WINCE install notes. (diff) | |
download | ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.bz2 ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.xz ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.zip |
Renamed LocalException.h
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index 257f556a0c0..d4c2dcbcf1c 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/LocalException.h> +#include <IceE/LocalExceptions.h> using namespace std; using namespace Ice; |