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/Instance.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/Instance.cpp')
-rw-r--r-- | cppe/src/IceE/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Instance.cpp b/cppe/src/IceE/Instance.cpp index b4e83ee421a..1aad01e8c85 100644 --- a/cppe/src/IceE/Instance.cpp +++ b/cppe/src/IceE/Instance.cpp @@ -21,7 +21,7 @@ #include <IceE/ReferenceFactory.h> #include <IceE/ProxyFactory.h> #include <IceE/OutgoingConnectionFactory.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/Properties.h> #include <IceE/LoggerI.h> #include <IceE/EndpointFactory.h> |