author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
1 // Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/xmlparser_dll/xmlentityreferences.st by the stringtable tool - Do not edit
3 #ifndef STRINGTABLE_XMLEntityReferences
4 #define STRINGTABLE_XMLEntityReferences
6 #include <stringpool.h>
8 struct TStringTable;
10 /** A String table */
11 class XMLEntityReferences
12 {
13 public:
14 enum TStrings
15 {
16 /** < < */
17 ELT,
18 /** & & */
19 EAmp,
20 /** > > */
21 EGt,
22 /** " \" */
23 EDbleQuote,
24 /** ' ' */
25 ESingleQuote
26 };
27 static const TStringTable Table;
28 };
30 #endif // STRINGTABLE_XMLEntityReferences