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/viewerplainpct.h | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 src/viewerplainpct.h (limited to 'src/viewerplainpct.h') diff --git a/src/viewerplainpct.h b/src/viewerplainpct.h deleted file mode 100644 index 63bc00d..0000000 --- a/src/viewerplainpct.h +++ /dev/null @@ -1,49 +0,0 @@ -#ifndef VIEWER_PLAIN_PCT_H -#define VIEWER_PLAIN_PCT_H - -#include -#include -#include "viewer.h" - -class ViewerPlainPct : public Viewer -{ -public: - ViewerPlainPct(); - virtual ~ViewerPlainPct(); - - 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 beginPerforms( int nCount ); - - virtual void skipRequiresCheck( bool bCached, const std::string &sName ); - virtual void skipPerform( Perform *pPerform ); - - virtual void beginAction( const std::string &sName, int nCommands ); - - virtual void endAction(); - - void printPerform(const char *sRule, const char *sTarget); - void printHead(); - void indent(); - -private: - int iTC, iCC; - - bool bRunClean; - typedef struct - { - int nLevel; - bool bCmdClean; - std::string sTarget; - int iTP, iCP; - } Cmd; - typedef std::list CmdStack; - CmdStack sCmd; -}; - -#endif -- cgit v1.2.3