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/ObjectAdapter.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/ObjectAdapter.cpp')
-rw-r--r-- | cppe/src/IceE/ObjectAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ObjectAdapter.cpp b/cppe/src/IceE/ObjectAdapter.cpp index 8b9b5558bc2..2f4af50303d 100644 --- a/cppe/src/IceE/ObjectAdapter.cpp +++ b/cppe/src/IceE/ObjectAdapter.cpp @@ -16,7 +16,7 @@ #include <IceE/IncomingConnectionFactory.h> #include <IceE/OutgoingConnectionFactory.h> #include <IceE/ServantManager.h> -#include <IceE/LocalExceptions.h> +#include <IceE/LocalException.h> #include <IceE/Properties.h> #include <IceE/Functional.h> #ifdef ICEE_HAS_LOCATOR |