summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/CsUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/CsUtil.h')
-rw-r--r--cpp/include/Slice/CsUtil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/include/Slice/CsUtil.h b/cpp/include/Slice/CsUtil.h
index 9bde5c0012a..cc9b6301562 100644
--- a/cpp/include/Slice/CsUtil.h
+++ b/cpp/include/Slice/CsUtil.h
@@ -28,6 +28,11 @@ public:
static std::string fixId(const std::string&);
static std::string typeToString(const TypePtr&);
static bool isValueType(const TypePtr&);
+ //
+ // Generate code to marshal or unmarshal a type
+ //
+ void writeMarshalUnmarshalCode(::IceUtil::Output&, const TypePtr&, const std::string&,
+ bool, int&);
#if 0
protected: