homescreensrv_plat/xcfw_api/inc/xcfwengine.h
branchv5backport
changeset 54 666a2952b5b3
parent 1 844b978f8d5e
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    42 
    42 
    43 // CLASS DECLARATION
    43 // CLASS DECLARATION
    44 /**
    44 /**
    45 * Engine observer interface. Engine user must implement this interface
    45 * Engine observer interface. Engine user must implement this interface
    46 *
    46 *
    47 * @lib XCFW.lib
    47 * @lib XCFW_hs_hs.lib
    48 * @since Series 60 3.1
    48 * @since Series 60 3.1
    49 */
    49 */
    50 class MXCFWEngineObserver
    50 class MXCFWEngineObserver
    51     {
    51     {
    52     public: //event enumeration
    52     public: //event enumeration
    82 /**
    82 /**
    83 *  XCFW Engine class
    83 *  XCFW Engine class
    84 *  Responsible for internalizing / externalizing XML files
    84 *  Responsible for internalizing / externalizing XML files
    85 *  to and from a XCFW tree 
    85 *  to and from a XCFW tree 
    86 *
    86 *
    87 *  @lib XCFW.lib
    87 *  @lib XCFW_hs_hs.lib
    88 *  @since Series 60 3.1
    88 *  @since Series 60 3.1
    89 */
    89 */
    90 class CXCFWEngine: public CActive,
    90 class CXCFWEngine: public CActive,
    91                    public MGECOAttributeProvider,
    91                    public MGECOAttributeProvider,
    92                    public MMDXMLParserObserver,
    92                    public MMDXMLParserObserver,