aboutsummaryrefslogtreecommitdiff
path: root/src/viewer.cpp
diff options
context:
space:
mode:
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}