diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
commit | 9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch) | |
tree | 45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/viewer.h | |
parent | 58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff) | |
download | build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.gz build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.bz2 build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.xz build-9d9f75e6da9885e256097a2eabd0ccb951a40651.zip |
Fixed the viewers, and some other good goo.
Diffstat (limited to '')
-rw-r--r-- | src/viewer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/viewer.h b/src/viewer.h index 93cebb7..86410f0 100644 --- a/src/viewer.h +++ b/src/viewer.h | |||
@@ -16,8 +16,10 @@ public: | |||
16 | virtual void beginAction( const std::string &sName, int nCommands ); | 16 | virtual void beginAction( const std::string &sName, int nCommands ); |
17 | virtual void endAction(); | 17 | virtual void endAction(); |
18 | 18 | ||
19 | virtual void beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ); | 19 | virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); |
20 | virtual void endCommand(); | 20 | virtual void endCommand(); |
21 | virtual void beginPerforms( int nCount ); | ||
22 | virtual void endPerforms(); | ||
21 | 23 | ||
22 | virtual void beginRequiresCheck( bool bCached, const std::string &sName ); | 24 | virtual void beginRequiresCheck( bool bCached, const std::string &sName ); |
23 | virtual void endRequiresCheck(); | 25 | virtual void endRequiresCheck(); |