aboutsummaryrefslogtreecommitdiff
path: root/src/viewer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/viewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/viewer.h b/src/viewer.h
index 86410f0..7ee6b21 100644
--- a/src/viewer.h
+++ b/src/viewer.h
@@ -23,8 +23,10 @@ public:
23 23
24 virtual void beginRequiresCheck( bool bCached, const std::string &sName ); 24 virtual void beginRequiresCheck( bool bCached, const std::string &sName );
25 virtual void endRequiresCheck(); 25 virtual void endRequiresCheck();
26 virtual void skipRequiresCheck( bool bCached, const std::string &sName );
26 virtual void beginPerform( Perform *pPerform ); 27 virtual void beginPerform( Perform *pPerform );
27 virtual void endPerform(); 28 virtual void endPerform();
29 virtual void skipPerform( Perform *pPerform );
28 virtual void beginExecute(); 30 virtual void beginExecute();
29 virtual void endExecute(); 31 virtual void endExecute();
30 virtual void executeCmd( const std::string &sCmd ); 32 virtual void executeCmd( const std::string &sCmd );