diff options
author | Michi Henning <michi@zeroc.com> | 2005-06-17 07:03:20 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2005-06-17 07:03:20 +0000 |
commit | b32f8b6c00c1af00be08714f23bcf5e2b9d1de3f (patch) | |
tree | 23fb7a29aff1007bc70ddddfa0a45c289efdcd8e /cpp/src/slice2cppe/Gen.h | |
parent | cleaned up evc projects. removed fflush'es. Fixed some WIN32 compilation (diff) | |
download | ice-b32f8b6c00c1af00be08714f23bcf5e2b9d1de3f.tar.bz2 ice-b32f8b6c00c1af00be08714f23bcf5e2b9d1de3f.tar.xz ice-b32f8b6c00c1af00be08714f23bcf5e2b9d1de3f.zip |
One-shot constructors.
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index c0abba0a8ab..2c48d3d127f 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -72,7 +72,7 @@ private: private: - void emitExceptionBase(const ExceptionPtr&, const std::string&); + void emitUpcall(const ExceptionPtr&, const std::string&, bool = false); ::IceUtil::Output& H; ::IceUtil::Output& C; @@ -179,9 +179,7 @@ private: private: - void emitGCFunctions(const ClassDefPtr&); - void emitGCInsertCode(const TypePtr&, const std::string&, const std::string&, int); - void emitGCClearCode(const TypePtr&, const std::string&, const std::string&, int); + void emitUpcall(const ClassDefPtr&, const std::string&); ::IceUtil::Output& H; ::IceUtil::Output& C; |