diff options
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 33dac340c66..0435e6ee4b4 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -213,6 +213,12 @@ private: protected: // + // Generate code to emit a local variable declaration and initialize it + // if necessary. + // + void writeDecl(::IceUtil::Output&, const std::string&, const std::string&, const TypePtr&); + + // // Generate code to return a value. // void writeReturn(::IceUtil::Output&, const TypePtr&); |