diff options
author | Michi Henning <michi@zeroc.com> | 2005-09-08 03:36:43 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-09-08 03:36:43 +0000 |
commit | 10c2e04dbe255db6de2de65fbb80d332abdc0d54 (patch) | |
tree | 94c638b7666674dc050d693297710a7791982c87 /cpp/src/slice2cpp/Gen.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353 (diff) | |
download | ice-10c2e04dbe255db6de2de65fbb80d332abdc0d54.tar.bz2 ice-10c2e04dbe255db6de2de65fbb80d332abdc0d54.tar.xz ice-10c2e04dbe255db6de2de65fbb80d332abdc0d54.zip |
More changes for bug 355.
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 4d4d2c55531..e419b82a508 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -40,6 +40,8 @@ public: private: + void writeExtraHeaders(::IceUtil::Output&); + ::IceUtil::Output H; ::IceUtil::Output C; |