svgt_plat/svgt_api/inc/SvgListener.h
branchRCL_3
changeset 17 db5c883ad1c5
parent 0 d46562c3d99d
child 18 1902ade171ab
equal deleted inserted replaced
14:9be6eed35a80 17:db5c883ad1c5
    21 
    21 
    22 #if !defined(__E32BASE_H__)
    22 #if !defined(__E32BASE_H__)
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #endif
    24 #endif
    25 
    25 
    26 #include "MXMLAttributes.h"
    26 #include "xml/mxmlattributes.h"
    27 
    27 
    28 class CSvgElementImpl;
    28 class CSvgElementImpl;
    29 
    29 
    30 // Typedef xml attribute list to allow switching of parser without
    30 // Typedef xml attribute list to allow switching of parser without
    31 // having to change APIs for MLoadingListener.
    31 // having to change APIs for MLoadingListener.