diff options
Diffstat (limited to 'cpp/src/slice2java/Gen.h')
-rw-r--r-- | cpp/src/slice2java/Gen.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index d4bfbd8c0c0..c21769a59d8 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -100,12 +100,14 @@ protected: // Handle doc comments. // static StringList splitComment(const ContainedPtr&); + void writeHiddenDocComment(::IceUtilInternal::Output&); void writeDocCommentLines(::IceUtilInternal::Output&, const StringList&); void writeDocCommentLines(::IceUtilInternal::Output&, const std::string&); void writeDocComment(::IceUtilInternal::Output&, const UnitPtr&, const CommentPtr&); void writeDocComment(::IceUtilInternal::Output&, const std::string&); void writeProxyDocComment(::IceUtilInternal::Output&, const OperationPtr&, const std::string&, const CommentPtr&, - bool, bool); + bool, const std::string&); + void writeHiddenProxyDocComment(::IceUtilInternal::Output&, const OperationPtr&); void writeServantDocComment(::IceUtilInternal::Output&, const OperationPtr&, const std::string&, const CommentPtr&, bool); void writeSeeAlso(::IceUtilInternal::Output&, const UnitPtr&, const std::string&); |