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 /cpp/src/slice2cppe | |
parent | added WINCE install notes. (diff) | |
download | ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.bz2 ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.xz ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.zip |
Renamed LocalException.h
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index f966431c41c..06527596a48 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -213,7 +213,7 @@ Slice::Gen::generate(const UnitPtr& p) H << "\n# include <IceE/Incoming.h>"; H << "\n#endif"; H << "\n#include <IceE/Outgoing.h>"; - C << "\n#include <IceE/LocalException.h>"; + C << "\n#include <IceE/LocalExceptions.h>"; } if(p->hasNonLocalExceptions()) @@ -236,7 +236,7 @@ Slice::Gen::generate(const UnitPtr& p) if(p->hasNonLocalExceptions()) { - C << "\n#include <IceE/LocalException.h>"; + C << "\n#include <IceE/LocalExceptions.h>"; } StringList includes = p->includeFiles(); |