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/viewerplainpct.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 '')
| -rw-r--r-- | src/viewerplainpct.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/viewerplainpct.h b/src/viewerplainpct.h index 5a57ef0..aa9a228 100644 --- a/src/viewerplainpct.h +++ b/src/viewerplainpct.h | |||
| @@ -20,6 +20,9 @@ public: | |||
| 20 | virtual void endPerform(); | 20 | virtual void endPerform(); |
| 21 | virtual void beginPerforms( int nCount ); | 21 | virtual void beginPerforms( int nCount ); |
| 22 | 22 | ||
| 23 | virtual void skipRequiresCheck( bool bCached, const std::string &sName ); | ||
| 24 | virtual void skipPerform( Perform *pPerform ); | ||
| 25 | |||
| 23 | virtual void beginAction( const std::string &sName, int nCommands ); | 26 | virtual void beginAction( const std::string &sName, int nCommands ); |
| 24 | 27 | ||
| 25 | virtual void endAction(); | 28 | virtual void endAction(); |
| @@ -28,7 +31,7 @@ public: | |||
| 28 | void indent(); | 31 | void indent(); |
| 29 | 32 | ||
| 30 | private: | 33 | private: |
| 31 | bool bDidReq; | 34 | //bool bDidReq; |
| 32 | int iTP, iCP, iTC, iCC; | 35 | int iTP, iCP, iTC, iCC; |
| 33 | 36 | ||
| 34 | bool bRunClean; | 37 | bool bRunClean; |
