diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 17:36:11 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 17:36:11 +0000 |
commit | 58f477bd5c5f9a61d4a4072d452856b180b1c172 (patch) | |
tree | 7c6026f96b68481ebf6b84644455097f1cf088f3 /src/viewerplain.cpp | |
parent | e2c430b237da5c0229fd8e0832eedc3b85045ec0 (diff) | |
download | build-58f477bd5c5f9a61d4a4072d452856b180b1c172.tar.gz build-58f477bd5c5f9a61d4a4072d452856b180b1c172.tar.bz2 build-58f477bd5c5f9a61d4a4072d452856b180b1c172.tar.xz build-58f477bd5c5f9a61d4a4072d452856b180b1c172.zip |
Made the plain view a lot more like pymake's normal view.
Diffstat (limited to 'src/viewerplain.cpp')
-rw-r--r-- | src/viewerplain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp index f2123b0..b6f2095 100644 --- a/src/viewerplain.cpp +++ b/src/viewerplain.cpp | |||
@@ -14,12 +14,12 @@ ViewerPlain::~ViewerPlain() | |||
14 | 14 | ||
15 | void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) | 15 | void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) |
16 | { | 16 | { |
17 | printf("--- check %s ---\n", sTarget.c_str() ); | 17 | printf("--- %s ---\n", sTarget.c_str() ); |
18 | } | 18 | } |
19 | 19 | ||
20 | void ViewerPlain::endCommand() | 20 | void ViewerPlain::endCommand() |
21 | { | 21 | { |
22 | printf("---\n"); | 22 | printf("\n"); |
23 | } | 23 | } |
24 | 24 | ||
25 | void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) | 25 | void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) |