summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/GenUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/GenUtil.h')
-rw-r--r--cpp/src/slice2cpp/GenUtil.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/cpp/src/slice2cpp/GenUtil.h b/cpp/src/slice2cpp/GenUtil.h
index 7dd9a6404b3..48646d52b1a 100644
--- a/cpp/src/slice2cpp/GenUtil.h
+++ b/cpp/src/slice2cpp/GenUtil.h
@@ -23,22 +23,10 @@ std::string inputTypeToString(const TypePtr&);
std::string outputTypeToString(const TypePtr&);
std::string exceptionTypeToString(const TypePtr&);
-void writeMarshalUnmarshalCode(Output&,
- const TypePtr&,
- const std::string&,
- bool);
-
-void writeMarshalCode(Output&,
- const std::list<std::pair<TypePtr, std::string> >&,
- const TypePtr&);
-
-void writeUnmarshalCode(Output&,
- const std::list<std::pair<TypePtr, std::string> >&,
- const TypePtr&);
-
-void writeAllocateCode(Output&,
- const std::list<std::pair<TypePtr, std::string> >&,
- const TypePtr&);
+void writeMarshalUnmarshalCode(Output&, const TypePtr&, const std::string&, bool);
+void writeMarshalCode(Output&, const std::list<std::pair<TypePtr, std::string> >&, const TypePtr&);
+void writeUnmarshalCode(Output&, const std::list<std::pair<TypePtr, std::string> >&, const TypePtr&);
+void writeAllocateCode(Output&, const std::list<std::pair<TypePtr, std::string> >&, const TypePtr&);
}