diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-02 15:38:20 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-02 15:38:20 +0000 |
commit | 4b7aea220aec3fda69673927a1674f92d271ae65 (patch) | |
tree | cbd0e4f5a6144a9a528ff86e0139f4340eb7708f /cppe/src/IceE/BasicStream.cpp | |
parent | Java metadata (diff) | |
download | ice-4b7aea220aec3fda69673927a1674f92d271ae65.tar.bz2 ice-4b7aea220aec3fda69673927a1674f92d271ae65.tar.xz ice-4b7aea220aec3fda69673927a1674f92d271ae65.zip |
LocalExceptions -> LocalException
Diffstat (limited to 'cppe/src/IceE/BasicStream.cpp')
-rw-r--r-- | cppe/src/IceE/BasicStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/BasicStream.cpp b/cppe/src/IceE/BasicStream.cpp index b55c6a26cb1..0d361d57645 100644 --- a/cppe/src/IceE/BasicStream.cpp +++ b/cppe/src/IceE/BasicStream.cpp @@ -11,7 +11,7 @@ #include <IceE/Instance.h> #include <IceE/ProxyFactory.h> #include <IceE/UserExceptionFactory.h> -#include <IceE/LocalExceptions.h> +#include <IceE/LocalException.h> #include <IceE/Protocol.h> #include <IceE/FactoryTable.h> #include <IceE/LoggerUtil.h> |