summaryrefslogtreecommitdiff
path: root/src/xmlmenu.h
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 22:46:57 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-27 22:46:57 +0000
commitef588ca5054e352cbff3b2de159dabed945ac573 (patch)
tree31373a1a97dd575559402711112fcefa38836f0d /src/xmlmenu.h
parentd2ff7b4d49309b77d91cd96446edd008d145a90b (diff)
downloadvdr-plugin-menuorg-ef588ca5054e352cbff3b2de159dabed945ac573.tar.gz
vdr-plugin-menuorg-ef588ca5054e352cbff3b2de159dabed945ac573.tar.bz2
small improvements
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5660 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/xmlmenu.h')
-rw-r--r--src/xmlmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlmenu.h b/src/xmlmenu.h
index 3775e9c..4cac005 100644
--- a/src/xmlmenu.h
+++ b/src/xmlmenu.h
@@ -10,8 +10,8 @@ class XmlMenu
{
private:
//void createMenu(); // create the Menu Node
- void parseNode(const Element* a_node, MenuNode* menuNode);
- eOSState geteOSState(const Glib::ustring& name); // gets the eOSState for the given string
+ void ParseElement(const Element* a_node, MenuNode* menuNode);
+ eOSState geteOSState(std::string name); // gets the eOSState for the given string
bool FindPluginByName(std::string name, const char** mainMenuEntry, int& pluginIndex); // gets the plugin for the given string
MenuNode* _subMenu[30]; // holds the submenus
int MenuCount;