equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: ?Description |
14 * Description: ?Description |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 |
|
20 #ifndef __CXMLOBSERVER_H |
18 #ifndef __CXMLOBSERVER_H |
21 #define __CXMLOBSERVER_H |
19 #define __CXMLOBSERVER_H |
22 |
20 |
23 // INCLUDES |
21 // INCLUDES |
24 #include <e32std.h> |
22 #include <e32std.h> |
25 #include <eikenv.h> |
23 #include <eikenv.h> |
26 #include "CXMLAttributes.h" |
24 #include "CXMLAttributes.h" |
27 #include "mxmlcontenthandler.h" |
25 #include <mxmlcontenthandler.h> |
28 #include "mwbxmlcontenthandler.h" |
26 #include <mwbxmlcontenthandler.h> |
29 |
|
30 |
27 |
31 // CLASS DECLARATION |
28 // CLASS DECLARATION |
32 |
29 |
33 /** |
30 /** |
34 * Help class for CXMLReader. |
31 * Help class for CXMLReader. |