1.1 --- a/epoc32/include/smilgenericelements.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/smilgenericelements.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,43 +1,47 @@
1.4 -// Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/smildtd_dll/smilgenericelements.st by the stringtable tool - Do not edit
1.5 -
1.6 -#ifndef STRINGTABLE_SMILGenericElements
1.7 -#define STRINGTABLE_SMILGenericElements
1.8 -
1.9 -#include <stringpool.h>
1.10 -
1.11 -struct TStringTable;
1.12 -
1.13 -/** A String table */
1.14 -class SMILGenericElements
1.15 - {
1.16 -public:
1.17 - enum TStrings
1.18 - {
1.19 - /** anchor anchorBase */
1.20 - EAnchorBase,
1.21 - /** animation media */
1.22 - EAnimationBase,
1.23 - /** area anchorBase */
1.24 - EAreaBase,
1.25 - /** audio media */
1.26 - EAudioBase,
1.27 - /** img media */
1.28 - EImgBase,
1.29 - /** par timing */
1.30 - EParBase,
1.31 - /** ref media */
1.32 - ERefBase,
1.33 - /** seq timing */
1.34 - ESeqBase,
1.35 - /** text media */
1.36 - ETextBase,
1.37 - /** textstream media */
1.38 - ETextstreamBase,
1.39 - /** video media */
1.40 - EVideoBase
1.41 - };
1.42 - static const TStringTable Table;
1.43 - };
1.44 -
1.45 -#endif // STRINGTABLE_SMILGenericElements
1.46 -
1.47 +// Autogenerated from epoc32/build/smilparser/c_8a52abcb1170709b/smildtd_dll/smilgenericelements.st by the stringtable tool - Do not edit
1.48 +
1.49 +#ifndef STRINGTABLE_SMILGenericElements
1.50 +#define STRINGTABLE_SMILGenericElements
1.51 +
1.52 +#include <stringpool.h>
1.53 +
1.54 +struct TStringTable;
1.55 +
1.56 +/**
1.57 +An Example String Table
1.58 +@publishedAll
1.59 +@released
1.60 +*/
1.61 +class SMILGenericElements
1.62 + {
1.63 +public:
1.64 + enum TStrings
1.65 + {
1.66 + /** anchor anchorBase */
1.67 + EAnchorBase,
1.68 + /** animation media */
1.69 + EAnimationBase,
1.70 + /** area anchorBase */
1.71 + EAreaBase,
1.72 + /** audio media */
1.73 + EAudioBase,
1.74 + /** img media */
1.75 + EImgBase,
1.76 + /** par timing */
1.77 + EParBase,
1.78 + /** ref media */
1.79 + ERefBase,
1.80 + /** seq timing */
1.81 + ESeqBase,
1.82 + /** text media */
1.83 + ETextBase,
1.84 + /** textstream media */
1.85 + ETextstreamBase,
1.86 + /** video media */
1.87 + EVideoBase
1.88 + };
1.89 + static const TStringTable Table;
1.90 + };
1.91 +
1.92 +#endif // STRINGTABLE_SMILGenericElements
1.93 +