diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 23:15:25 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-27 23:15:25 +0000 |
commit | c84fe052b8bdeb0638d2c71e99e8fe992f5af647 (patch) | |
tree | b3f548921c999f812995537ba3f4595df3b4d200 /src/tafnode.h | |
parent | 850f977e83182745549e907f8d86c4272e5f443b (diff) | |
download | libbu++-c84fe052b8bdeb0638d2c71e99e8fe992f5af647.tar.gz libbu++-c84fe052b8bdeb0638d2c71e99e8fe992f5af647.tar.bz2 libbu++-c84fe052b8bdeb0638d2c71e99e8fe992f5af647.tar.xz libbu++-c84fe052b8bdeb0638d2c71e99e8fe992f5af647.zip |
Ooooh, more Taf-goodness.
Diffstat (limited to 'src/tafnode.h')
-rw-r--r-- | src/tafnode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tafnode.h b/src/tafnode.h index 0fdcba7..cb4093f 100644 --- a/src/tafnode.h +++ b/src/tafnode.h | |||
@@ -52,6 +52,9 @@ namespace Bu | |||
52 | const TafGroup *getChild( const Bu::FString &sName ) const; | 52 | const TafGroup *getChild( const Bu::FString &sName ) const; |
53 | const GroupList &getChildren( const Bu::FString &sName ) const; | 53 | const GroupList &getChildren( const Bu::FString &sName ) const; |
54 | TafNode *addChild( TafNode *pNode ); | 54 | TafNode *addChild( TafNode *pNode ); |
55 | TafGroup *addChild( TafGroup *pNode ); | ||
56 | TafProperty *addChild( TafProperty *pNode ); | ||
57 | TafComment *addChild( TafComment *pNode ); | ||
55 | const NodeList &getChildren() const; | 58 | const NodeList &getChildren() const; |
56 | 59 | ||
57 | private: | 60 | private: |