diff options
author | Michi Henning <michi@zeroc.com> | 2004-01-29 03:05:56 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-01-29 03:05:56 +0000 |
commit | 7161952dadb673138229cf61e684fe73cd5a9bca (patch) | |
tree | a1566729f1b807814b65c662e621127d8f44b896 /cpp/include/Slice/CsUtil.h | |
parent | fix (diff) | |
download | ice-7161952dadb673138229cf61e684fe73cd5a9bca.tar.bz2 ice-7161952dadb673138229cf61e684fe73cd5a9bca.tar.xz ice-7161952dadb673138229cf61e684fe73cd5a9bca.zip |
*** empty log message ***
Diffstat (limited to 'cpp/include/Slice/CsUtil.h')
-rw-r--r-- | cpp/include/Slice/CsUtil.h | 5 |
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: |