equal
deleted
inserted
replaced
22 #ifndef __SMILDTD_H__ |
22 #ifndef __SMILDTD_H__ |
23 #define __SMILDTD_H__ |
23 #define __SMILDTD_H__ |
24 |
24 |
25 #include <e32def.h> |
25 #include <e32def.h> |
26 #include <gmxmldocument.h> |
26 #include <gmxmldocument.h> |
|
27 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS |
27 #include "smildtdenum.h" |
28 #include "smildtdenum.h" |
28 |
29 #endif |
29 /** |
30 /** |
30 MXMLDtd is a mixin class. If User wants to derive from MXMLDtd class , |
31 MXMLDtd is a mixin class. If User wants to derive from MXMLDtd class , |
31 then one should not derive from any other class at the same time. |
32 then one should not derive from any other class at the same time. |
32 i.e A class can not derive from CBase at all using MXMLDtd. |
33 i.e A class can not derive from CBase at all using MXMLDtd. |
33 |
34 |