13 * |
13 * |
14 * Description: ?Description |
14 * Description: ?Description |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 |
|
20 // INCLUDE FILES |
18 // INCLUDE FILES |
21 #include "rxmlreader.h" |
19 #include <rxmlreader.h> |
22 #include "CXMLReader.h" |
20 #include "CXMLReader.h" |
23 |
|
24 |
|
25 |
21 |
26 // requirement for E32 DLLs |
22 // requirement for E32 DLLs |
27 |
23 |
28 // ============================ MEMBER FUNCTIONS =============================== |
24 // ============================ MEMBER FUNCTIONS =============================== |
29 |
|
30 |
25 |
31 // ----------------------------------------------------------------------------- |
26 // ----------------------------------------------------------------------------- |
32 // RXMLReader::CreateL() |
27 // RXMLReader::CreateL() |
33 // ----------------------------------------------------------------------------- |
28 // ----------------------------------------------------------------------------- |
34 // |
29 // |
35 EXPORT_C void RXMLReader::CreateL() |
30 EXPORT_C void RXMLReader::CreateL() |
36 { |
31 { |
37 iImplementation = CXMLReader::NewL(); |
32 iImplementation = CXMLReader::NewL(); |
38 } |
33 } |
39 |
|
40 |
|
41 |
34 |
42 // ----------------------------------------------------------------------------- |
35 // ----------------------------------------------------------------------------- |
43 // RXMLReader::Destroy() |
36 // RXMLReader::Destroy() |
44 // ----------------------------------------------------------------------------- |
37 // ----------------------------------------------------------------------------- |
45 // |
38 // |