From 375112224567de0b2f3666cef13b1c5832f1ed6f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 29 Aug 2006 22:50:44 +0000 Subject: Updated a load, now there's a seperate module for performing string processing pre parser, and whatever. --- src/stringprocbuild.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/stringprocbuild.h (limited to 'src/stringprocbuild.h') diff --git a/src/stringprocbuild.h b/src/stringprocbuild.h new file mode 100644 index 0000000..13dd4f6 --- /dev/null +++ b/src/stringprocbuild.h @@ -0,0 +1,20 @@ +#ifndef STRING_PROC_BUILD_H +#define STRING_PROC_BUILD_H + +#include + +#include "stringproc.h" + +class StringProcBuild : public StringProc +{ +public: + StringProcBuild( Build *pBld ); + virtual ~StringProcBuild(); + + virtual std::string replVars( const std::string &sSrc, const std::string &sCont ); + +private: + +}; + +#endif -- cgit v1.2.3