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/viewerplain.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/viewerplain.h (limited to 'src/viewerplain.h') diff --git a/src/viewerplain.h b/src/viewerplain.h deleted file mode 100644 index 118ae80..0000000 --- a/src/viewerplain.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef VIEWER_PLAIN_H -#define VIEWER_PLAIN_H - -#include -#include -#include "viewer.h" - -class ViewerPlain : public Viewer -{ -public: - ViewerPlain(); - virtual ~ViewerPlain(); - - virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); - virtual void endCommand(); - - virtual void beginRequiresCheck( bool bCached, const std::string &sName ); - virtual void endRequiresCheck(); - virtual void beginPerform( Perform *pPerform ); - virtual void endPerform(); - - virtual void endAction(); - - void printHead(); - void indent(); - -private: - bool bRunClean; - typedef struct - { - int nLevel; - bool bCmdClean; - std::string sTarget; - } Cmd; - typedef std::list CmdStack; - CmdStack sCmd; -}; - -#endif -- cgit v1.2.3