diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 14:40:32 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-05 14:40:32 +0000 |
commit | 93feece222993825dff3ab8bdd81d8049b787489 (patch) | |
tree | 3b2996f45ac3f2cf0d495f1a570db504eb26eba9 /cpp/src | |
parent | Fixed command line parsing (diff) | |
download | ice-93feece222993825dff3ab8bdd81d8049b787489.tar.bz2 ice-93feece222993825dff3ab8bdd81d8049b787489.tar.xz ice-93feece222993825dff3ab8bdd81d8049b787489.zip |
No Incoming with PURE CLIENT
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 |
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>"; } |