summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-02-07 04:58:30 +0000
committerMichi Henning <michi@zeroc.com>2006-02-07 04:58:30 +0000
commitcea1f251d40e47aa1a1553919e51e4106291a69c (patch)
tree594d8e89012db3e440d4e26cfc80ba83cb251e75 /cpp/src/slice2cppe/Gen.h
parentSSL support (diff)
downloadice-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.h2
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;