From be3b49f695ca8cffef906d893fb2f6f205f75898 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 15 Nov 2014 09:47:22 +0100 Subject: added Plugin Interface --- libtemplate/xmlparser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtemplate/xmlparser.h') diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h index ecdcca3..3156042 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -47,8 +47,10 @@ public: cXmlParser(void); virtual ~cXmlParser(void); bool ReadView(cTemplateView *view, string xmlFile); + bool ReadPluginView(string plugName, int templateNumber, string templateName); bool ReadGlobals(cGlobals *globals, string xmlFile); bool ParseView(void); + bool ParsePluginView(string plugName, int templateNumber); bool ParseGlobals(void); void DeleteDocument(void); }; -- cgit v1.2.3