From 51e21a316be6e052251b3dfc7d671061ebd67cee Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:03:28 +0000 Subject: Removed the old trunk contents. About to load up m3 --- src/stringproc.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/stringproc.h (limited to 'src/stringproc.h') diff --git a/src/stringproc.h b/src/stringproc.h deleted file mode 100644 index d408601..0000000 --- a/src/stringproc.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef STRING_PROC_H -#define STRING_PROC_H - -#include -#include -#include -#include - -class Build; - -typedef std::map VarMap; -typedef std::list StringList; - -class StringProc -{ -public: - StringProc( Build *pBld ); - virtual ~StringProc(); - - virtual std::string replVars( const std::string &sSrc, const StringList *pCont, VarMap *mExtra )=0; - -protected: - Build *getBuild() - { - return pBld; - } - -private: - Build *pBld; - -}; - -#endif -- cgit v1.2.3