svgt_plat/svgt_api/inc/SvgListener.h
branchRCL_3
changeset 39 1902ade171ab
parent 38 db5c883ad1c5
equal deleted inserted replaced
38:db5c883ad1c5 39:1902ade171ab
    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 "xml/mxmlattributes.h"
    26 #include "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.