summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cppe/Gen.h')
-rw-r--r--cpp/src/slice2cppe/Gen.h6
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;