diff options
Diffstat (limited to 'XmlObject.h')
-rw-r--r-- | XmlObject.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/XmlObject.h b/XmlObject.h index 5b8b2ca..22626b4 100644 --- a/XmlObject.h +++ b/XmlObject.h @@ -15,9 +15,7 @@ enum MediaType {UNDEF = 0, PHOTO, MOVIE, MUSIC, SHOW, SEASON, EPISODE}; enum StreamType {sUNDEF = 0, sVIDEO = 1, sAUDIO = 2, sSUBTITLE = 3}; class XmlObject -{ -public: - +{ protected: static std::string GetNodeValue(Poco::XML::Node* pNode); static int GetNodeValueAsInt(Poco::XML::Node* pNode); |