svgt_plat/svgt_api/inc/SvgListener.h
changeset 30 45e38a76d48a
parent 0 d46562c3d99d
child 39 1902ade171ab
child 43 78ea4ce942e1
equal deleted inserted replaced
28:1f0f70d8630d 30:45e38a76d48a
    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.