aboutsummaryrefslogtreecommitdiff
path: root/src/viewerplain.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-20 20:15:48 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-20 20:15:48 +0000
commit4ea12e162a40e43faae99225386aedb8a0b9f1c4 (patch)
tree6adc34408fce82eef3a711523688576a2a39f0bd /src/viewerplain.h
parent225c45a1a4f1300058974029dab71bdcfb889138 (diff)
downloadbuild-4ea12e162a40e43faae99225386aedb8a0b9f1c4.tar.gz
build-4ea12e162a40e43faae99225386aedb8a0b9f1c4.tar.bz2
build-4ea12e162a40e43faae99225386aedb8a0b9f1c4.tar.xz
build-4ea12e162a40e43faae99225386aedb8a0b9f1c4.zip
Viewer is nice now.
Diffstat (limited to '')
-rw-r--r--src/viewerplain.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/viewerplain.h b/src/viewerplain.h
index 978d50b..76fecc5 100644
--- a/src/viewerplain.h
+++ b/src/viewerplain.h
@@ -19,7 +19,14 @@ public:
19 virtual void beginPerform( Perform *pPerform ); 19 virtual void beginPerform( Perform *pPerform );
20 virtual void endPerform(); 20 virtual void endPerform();
21 21
22 virtual void endAction();
23
24 void printHead();
25
22private: 26private:
27 bool bCmdClean;
28 bool bRunClean;
29 std::string sTarget;
23 30
24}; 31};
25 32