diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
commit | 52be1ef0d126f09ba943c7afcf367e7d9347f2fd (patch) | |
tree | fd4b0dd148751c3c6c1b95296c3b82cb86051b83 /src/action.h | |
parent | 795d0737fed40d88a7801b451b7750ba90802345 (diff) | |
download | build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.gz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.bz2 build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.xz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.zip |
tabconv: it's all spaces now.
Diffstat (limited to '')
-rw-r--r-- | src/action.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/action.h b/src/action.h index de08911..0808fdb 100644 --- a/src/action.h +++ b/src/action.h | |||
@@ -6,22 +6,22 @@ | |||
6 | class Action | 6 | class Action |
7 | { | 7 | { |
8 | public: | 8 | public: |
9 | Action( const class AstBranch *pRoot ); | 9 | Action( const class AstBranch *pRoot ); |
10 | virtual ~Action(); | 10 | virtual ~Action(); |
11 | 11 | ||
12 | const Bu::String &getName() const; | 12 | const Bu::String &getName() const; |
13 | 13 | ||
14 | void call( class Runner *pRunner ); | 14 | void call( class Runner *pRunner ); |
15 | 15 | ||
16 | static Action *genDefaultAll(); | 16 | static Action *genDefaultAll(); |
17 | static Action *genDefaultClean(); | 17 | static Action *genDefaultClean(); |
18 | static Action *genDefaultCleanAll(); | 18 | static Action *genDefaultCleanAll(); |
19 | static Action *genDefaultDefault(); | 19 | static Action *genDefaultDefault(); |
20 | 20 | ||
21 | private: | 21 | private: |
22 | Bu::String sName; | 22 | Bu::String sName; |
23 | const class AstBranch *pRoot; | 23 | const class AstBranch *pRoot; |
24 | class Ast *pAst; | 24 | class Ast *pAst; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | #endif | 27 | #endif |