summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-05 14:40:32 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-05 14:40:32 +0000
commit93feece222993825dff3ab8bdd81d8049b787489 (patch)
tree3b2996f45ac3f2cf0d495f1a570db504eb26eba9 /cpp
parentFixed command line parsing (diff)
downloadice-93feece222993825dff3ab8bdd81d8049b787489.tar.bz2
ice-93feece222993825dff3ab8bdd81d8049b787489.tar.xz
ice-93feece222993825dff3ab8bdd81d8049b787489.zip
No Incoming with PURE CLIENT
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/slice2cppe/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp
index 58501535fd9..000a8c4e0ee 100644
--- a/cpp/src/slice2cppe/Gen.cpp
+++ b/cpp/src/slice2cppe/Gen.cpp
@@ -210,9 +210,9 @@ Slice::Gen::generate(const UnitPtr& p)
{
H << "\n#ifndef ICEE_PURE_CLIENT";
H << "\n# include <IceE/Object.h>";
+ H << "\n# include <IceE/Incoming.h>";
H << "\n#endif";
H << "\n#include <IceE/Outgoing.h>";
- H << "\n#include <IceE/Incoming.h>";
C << "\n#include <IceE/LocalException.h>";
}