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/ReferenceFactory.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/ReferenceFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp index 6188c4936da..5d1d9581666 100644 --- a/cppe/src/IceE/ReferenceFactory.cpp +++ b/cppe/src/IceE/ReferenceFactory.cpp @@ -8,7 +8,7 @@ // ********************************************************************** #include <IceE/ReferenceFactory.h> -#include <IceE/LocalExceptions.h> +#include <IceE/LocalException.h> #include <IceE/Instance.h> #include <IceE/IdentityUtil.h> #include <IceE/EndpointFactory.h> |