From 9868a2005820a4291f97b3080168af39b429a03c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 4 Nov 2006 00:07:51 +0000 Subject: Getting closer to the percents making some damn sense. --- src/viewer.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/viewer.cpp') 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() { } +void Viewer::skipRequiresCheck( bool bCached, const std::string &sName ) +{ +} + void Viewer::beginPerform( Perform *pPerform ) { } @@ -48,6 +52,10 @@ void Viewer::endPerform() { } +void Viewer::skipPerform( Perform *pPerform ) +{ +} + void Viewer::beginExecute() { } -- cgit v1.2.3