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/function.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/function.h (limited to 'src/function.h') diff --git a/src/function.h b/src/function.h deleted file mode 100644 index af0d3fc..0000000 --- a/src/function.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef FUNCTION_H -#define FUNCTION_H - -#include -#include "build.h" - -class Function -{ -public: - Function(); - virtual ~Function(); - - void addParam( const char *str ); - virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput )=0; - virtual Function *duplicate( Build &bld, const StringList *cont, VarMap *mExtra ) = 0; - void copyData( Function *pSrc, Build &bld, const StringList *cont, VarMap *mExtra ); - -protected: - StringList lParams; - -}; - -#endif -- cgit v1.2.3