summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-12 16:19:00 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-12 16:19:00 +0000
commitef65ef97f6d8b9b035570323dca75cea13e53f47 (patch)
treeefcf681071b65875ac48d915a1d9228f77139a3f /cpp/src/slice2cppe/Gen.cpp
parentadded WINCE install notes. (diff)
downloadice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.bz2
ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.tar.xz
ice-ef65ef97f6d8b9b035570323dca75cea13e53f47.zip
Renamed LocalException.h
Diffstat (limited to 'cpp/src/slice2cppe/Gen.cpp')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp4
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();