summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/GenUtil.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-07-27 15:00:28 +0000
committerMarc Laukien <marc@zeroc.com>2001-07-27 15:00:28 +0000
commit0d85b14b10d5296c8ad0f196dd24de8f55ab8f1b (patch)
treec1c0c990f5524ebda4ed26121c66a422d1e97e73 /cpp/src/slice2cpp/GenUtil.h
parentstarted code style conversion (diff)
downloadice-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.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&);
}