From 9fe9ffb11554bcbb6f4a32bcae70d9ffbb3b40ab Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Thu, 17 Nov 2016 13:37:27 -0500 Subject: Replaced double-underscores in java and java-compat --- cpp/src/slice2java/Gen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/slice2java/Gen.h') diff --git a/cpp/src/slice2java/Gen.h b/cpp/src/slice2java/Gen.h index 102a71633f9..5e6046bcd85 100644 --- a/cpp/src/slice2java/Gen.h +++ b/cpp/src/slice2java/Gen.h @@ -56,7 +56,7 @@ protected: // Compose the parameter lists for an operation. // std::vector getParams(const OperationPtr&, const std::string&); - std::vector getParamsProxy(const OperationPtr&, const std::string&, bool); + std::vector getParamsProxy(const OperationPtr&, const std::string&, bool, bool = false); // // Compose the argument lists for an operation. @@ -83,8 +83,8 @@ protected: // // Marshal/unmarshal a data member. // - void writeMarshalDataMember(::IceUtilInternal::Output&, const std::string&, const DataMemberPtr&, int&); - void writeUnmarshalDataMember(::IceUtilInternal::Output&, const std::string&, const DataMemberPtr&, int&); + void writeMarshalDataMember(::IceUtilInternal::Output&, const std::string&, const DataMemberPtr&, int&, bool = false); + void writeUnmarshalDataMember(::IceUtilInternal::Output&, const std::string&, const DataMemberPtr&, int&, bool = false); // // Generate dispatch methods for a class or interface. -- cgit v1.2.3