diff options
author | Marc Laukien <marc@zeroc.com> | 2001-07-27 15:00:28 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-07-27 15:00:28 +0000 |
commit | 0d85b14b10d5296c8ad0f196dd24de8f55ab8f1b (patch) | |
tree | c1c0c990f5524ebda4ed26121c66a422d1e97e73 /cpp/src/slice2cpp/GenUtil.h | |
parent | started code style conversion (diff) | |
download | ice-0d85b14b10d5296c8ad0f196dd24de8f55ab8f1b.tar.bz2 ice-0d85b14b10d5296c8ad0f196dd24de8f55ab8f1b.tar.xz ice-0d85b14b10d5296c8ad0f196dd24de8f55ab8f1b.zip |
format changes, bug fix
Diffstat (limited to 'cpp/src/slice2cpp/GenUtil.h')
-rw-r--r-- | cpp/src/slice2cpp/GenUtil.h | 20 |
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&); } |