diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-20 18:16:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-20 18:16:48 +0000 |
commit | daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2 (patch) | |
tree | 48955a53c4a3fc431d07d8c61760e3d386c3dcd2 /cpp/src/slice2cpp/GenCPlusPlusUtil.h | |
parent | cleanup (diff) | |
download | ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.bz2 ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.xz ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.zip |
cleanup
Diffstat (limited to 'cpp/src/slice2cpp/GenCPlusPlusUtil.h')
-rw-r--r-- | cpp/src/slice2cpp/GenCPlusPlusUtil.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/cpp/src/slice2cpp/GenCPlusPlusUtil.h b/cpp/src/slice2cpp/GenCPlusPlusUtil.h deleted file mode 100644 index 35eefdd4c3e..00000000000 --- a/cpp/src/slice2cpp/GenCPlusPlusUtil.h +++ /dev/null @@ -1,41 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#ifndef GEN_C_PLUS_PLUS_UTIL_H -#define GEN_C_PLUS_PLUS_UTIL_H - -#include <Parser.h> -#include <OutputUtil.h> - -namespace IceLang -{ - -std::string typeToString(const Type_ptr&); -std::string returnTypeToString(const Type_ptr&); -std::string inputTypeToString(const Type_ptr&); -std::string outputTypeToString(const Type_ptr&); - -void writeMarshalUnmarshalCode(Output&, const Type_ptr&, const std::string&, bool); - -void writeMarshalCode(Output&, - const std::list<std::pair<Type_ptr, std::string> >&, - const Type_ptr&); - -void writeUnmarshalCode(Output&, - const std::list<std::pair<Type_ptr, std::string> >&, - const Type_ptr&); - -void writeAllocateCode(Output&, - const std::list<std::pair<Type_ptr, std::string> >&, - const Type_ptr&); - -} - -#endif |