From 8c6a809fafa6befff7e2b1adc3df2bdb47042dd1 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 11 Nov 2009 00:18:14 +0100 Subject: Move some methods and drop Utils class in C++ binding. --- include/plist/Structure.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/plist/Structure.h') diff --git a/include/plist/Structure.h b/include/plist/Structure.h index f6e4495..ace8b5c 100644 --- a/include/plist/Structure.h +++ b/include/plist/Structure.h @@ -41,6 +41,9 @@ public : virtual void Remove(Node* node) = 0; + static Structure* FromXml(const std::string& xml); + static Structure* FromBin(const std::vector& bin); + protected: Structure(Node* parent = NULL); Structure(plist_type type, Node* parent = NULL); -- cgit v1.1-32-gdbae