diff options
author | lordjaxom <lordjaxom> | 2005-01-01 23:44:36 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-01 23:44:36 +0000 |
commit | 4e0b98bf0cca1afa86b8c655c490392a70b56b36 (patch) | |
tree | 3bd0c33e090c67cbf948c9336317e4fdb175d9fa /xml/parser.h | |
parent | 929d806fbc6c2d05317cd7357861d371a29c290f (diff) | |
download | vdr-plugin-text2skin-4e0b98bf0cca1afa86b8c655c490392a70b56b36.tar.gz vdr-plugin-text2skin-4e0b98bf0cca1afa86b8c655c490392a70b56b36.tar.bz2 |
- some formatting issues
- moved translation to skin object
Diffstat (limited to 'xml/parser.h')
-rw-r--r-- | xml/parser.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xml/parser.h b/xml/parser.h index 5f37118..8b4e088 100644 --- a/xml/parser.h +++ b/xml/parser.h @@ -1,5 +1,5 @@ /* - * $Id: parser.h,v 1.1 2004/12/19 22:03:28 lordjaxom Exp $ + * $Id: parser.h,v 1.2 2005/01/01 23:44:36 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_PARSER_H @@ -8,7 +8,10 @@ #include <string> class cxSkin; +class cText2SkinI18n; +class cText2SkinTheme; -cxSkin *xmlParse(const std::string &name, const std::string &fileName); +cxSkin *xmlParse(const std::string &name, const std::string &fileName, cText2SkinI18n *I18n, + cText2SkinTheme *Theme); #endif // VDR_TEXT2SKIN_PARSER_H |