summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-08-02 15:31:38 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-08-02 15:31:38 +0000
commited58b868cc5b8ca49dc0c9bf601485679956c46a (patch)
treea848e68fa60e6e9de5a1f62b83e98389a9f98496 /cpp/src/slice2cppe/Gen.cpp
parentChanged name to id in ServerDynamicInfo (diff)
downloadice-ed58b868cc5b8ca49dc0c9bf601485679956c46a.tar.bz2
ice-ed58b868cc5b8ca49dc0c9bf601485679956c46a.tar.xz
ice-ed58b868cc5b8ca49dc0c9bf601485679956c46a.zip
Renamed LocalException back to way it was
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 63a30074209..94156af12a4 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/LocalExceptions.h>";
+ C << "\n#include <IceE/LocalException.h>";
}
if(p->hasNonLocalExceptions())
@@ -236,7 +236,7 @@ Slice::Gen::generate(const UnitPtr& p)
if(p->hasNonLocalExceptions())
{
- C << "\n#include <IceE/LocalExceptions.h>";
+ C << "\n#include <IceE/LocalException.h>";
}
StringList includes = p->includeFiles();