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/Reference.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/Reference.cpp')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index 96b263ca004..1d96f64c723 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -9,7 +9,7 @@ #include <IceE/Reference.h> #include <IceE/ReferenceFactory.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/Instance.h> #include <IceE/IdentityUtil.h> #include <IceE/Endpoint.h> |