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/viewer.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/viewer.h (limited to 'src/viewer.h') diff --git a/src/viewer.h b/src/viewer.h deleted file mode 100644 index 7ee6b21..0000000 --- a/src/viewer.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef VIEWER_H -#define VIEWER_H - -#include -#include -#include "action.h" - -class Perform; - -class Viewer -{ -public: - Viewer(); - virtual ~Viewer(); - - virtual void beginAction( const std::string &sName, int nCommands ); - virtual void endAction(); - - virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); - virtual void endCommand(); - virtual void beginPerforms( int nCount ); - virtual void endPerforms(); - - virtual void beginRequiresCheck( bool bCached, const std::string &sName ); - virtual void endRequiresCheck(); - virtual void skipRequiresCheck( bool bCached, const std::string &sName ); - virtual void beginPerform( Perform *pPerform ); - virtual void endPerform(); - virtual void skipPerform( Perform *pPerform ); - virtual void beginExecute(); - virtual void endExecute(); - virtual void executeCmd( const std::string &sCmd ); - -private: - -}; - -#endif -- cgit v1.2.3