aboutsummaryrefslogtreecommitdiff
path: root/src/viewer.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-11-04 00:07:51 +0000
committerMike Buland <eichlan@xagasoft.com>2006-11-04 00:07:51 +0000
commit9868a2005820a4291f97b3080168af39b429a03c (patch)
tree22302b3f3344c378fb530575fb4de8842a0f7681 /src/viewer.cpp
parent863a1f4ce1d7b70f9a73edb16b0de1c753087152 (diff)
downloadbuild-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.cpp8
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
43void Viewer::skipRequiresCheck( bool bCached, const std::string &sName )
44{
45}
46
43void Viewer::beginPerform( Perform *pPerform ) 47void Viewer::beginPerform( Perform *pPerform )
44{ 48{
45} 49}
@@ -48,6 +52,10 @@ void Viewer::endPerform()
48{ 52{
49} 53}
50 54
55void Viewer::skipPerform( Perform *pPerform )
56{
57}
58
51void Viewer::beginExecute() 59void Viewer::beginExecute()
52{ 60{
53} 61}