svgt_plat/svgt_api/inc/SvgListener.h
changeset 43 78ea4ce942e1
parent 30 45e38a76d48a
equal deleted inserted replaced
41:f6f0364023ea 43:78ea4ce942e1
    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 "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.