diff options
author | Michi Henning <michi@zeroc.com> | 2006-02-07 04:58:30 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-02-07 04:58:30 +0000 |
commit | cea1f251d40e47aa1a1553919e51e4106291a69c (patch) | |
tree | 594d8e89012db3e440d4e26cfc80ba83cb251e75 /cpp/src/slice2cppe/Gen.h | |
parent | SSL support (diff) | |
download | ice-cea1f251d40e47aa1a1553919e51e4106291a69c.tar.bz2 ice-cea1f251d40e47aa1a1553919e51e4106291a69c.tar.xz ice-cea1f251d40e47aa1a1553919e51e4106291a69c.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 77a29656ed9..b1d9406a7ce 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -190,6 +190,8 @@ private: private: + bool emitVirtualBaseInitializers(const ClassDefPtr&, bool); + void emitOneShotConstructor(const ClassDefPtr&); void emitUpcall(const ClassDefPtr&, const std::string&); ::IceUtil::Output& H; |