From 6b4c142c7dfe60e7e9b5cccfc4e44ae808b54b75 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 2 Sep 2005 16:29:32 -0400 Subject: ENH: add real support for Xcode21 --- Source/cmXCode21Object.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Source/cmXCode21Object.h (limited to 'Source/cmXCode21Object.h') diff --git a/Source/cmXCode21Object.h b/Source/cmXCode21Object.h new file mode 100644 index 0000000000..caa316b7d8 --- /dev/null +++ b/Source/cmXCode21Object.h @@ -0,0 +1,14 @@ +#ifndef cmXCode21Object_h +#define cmXCode21Object_h + +#include "cmXCodeObject.h" + +class cmXCode21Object : public cmXCodeObject +{ +public: + cmXCode21Object(PBXType ptype, Type type); + virtual void PrintComment(std::ostream&); + static void PrintList(std::vector const&, std::ostream& out, PBXType t); + static void PrintList(std::vector const&, std::ostream& out); +}; +#endif -- cgit v1.2.1