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.cpp | |
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/viewer.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/viewer.cpp b/src/viewer.cpp index 5998316..1f3b26f 100644 --- a/src/viewer.cpp +++ b/src/viewer.cpp | |||
@@ -40,6 +40,10 @@ void Viewer::endRequiresCheck() | |||
40 | { | 40 | { |
41 | } | 41 | } |
42 | 42 | ||
43 | void Viewer::skipRequiresCheck( bool bCached, const std::string &sName ) | ||
44 | { | ||
45 | } | ||
46 | |||
43 | void Viewer::beginPerform( Perform *pPerform ) | 47 | void Viewer::beginPerform( Perform *pPerform ) |
44 | { | 48 | { |
45 | } | 49 | } |
@@ -48,6 +52,10 @@ void Viewer::endPerform() | |||
48 | { | 52 | { |
49 | } | 53 | } |
50 | 54 | ||
55 | void Viewer::skipPerform( Perform *pPerform ) | ||
56 | { | ||
57 | } | ||
58 | |||
51 | void Viewer::beginExecute() | 59 | void Viewer::beginExecute() |
52 | { | 60 | { |
53 | } | 61 | } |