diff options
| author | 2009-11-11 00:18:14 +0100 | |
|---|---|---|
| committer | 2009-11-11 00:18:14 +0100 | |
| commit | 8c6a809fafa6befff7e2b1adc3df2bdb47042dd1 (patch) | |
| tree | 2336ae7ee66dbb639c8b8bd8c06171c1f6f6e334 /include/plist/Node.h | |
| parent | 53a9f891f82e973440709593d259bd7c1f22dd1a (diff) | |
| download | libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.gz libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.bz2 | |
Move some methods and drop Utils class in C++ binding.
Diffstat (limited to 'include/plist/Node.h')
| -rw-r--r-- | include/plist/Node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/plist/Node.h b/include/plist/Node.h index 2f9f5b6..1da9ee1 100644 --- a/include/plist/Node.h +++ b/include/plist/Node.h | |||
| @@ -38,6 +38,8 @@ public : | |||
| 38 | plist_type GetType(); | 38 | plist_type GetType(); |
| 39 | plist_t GetPlist(); | 39 | plist_t GetPlist(); |
| 40 | 40 | ||
| 41 | static Node* FromPlist(plist_t node, Node* parent = NULL); | ||
| 42 | |||
| 41 | protected: | 43 | protected: |
| 42 | Node(Node* parent = NULL); | 44 | Node(Node* parent = NULL); |
| 43 | Node(plist_t node, Node* parent = NULL); | 45 | Node(plist_t node, Node* parent = NULL); |
