diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-04 00:07:51 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-04 00:07:51 +0000 |
commit | 9868a2005820a4291f97b3080168af39b429a03c (patch) | |
tree | 22302b3f3344c378fb530575fb4de8842a0f7681 /src/viewer.h | |
parent | 863a1f4ce1d7b70f9a73edb16b0de1c753087152 (diff) | |
download | build-9868a2005820a4291f97b3080168af39b429a03c.tar.gz build-9868a2005820a4291f97b3080168af39b429a03c.tar.bz2 build-9868a2005820a4291f97b3080168af39b429a03c.tar.xz build-9868a2005820a4291f97b3080168af39b429a03c.zip |
Getting closer to the percents making some damn sense.
Diffstat (limited to 'src/viewer.h')
-rw-r--r-- | src/viewer.h | 2 |
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 ); |