bluetoothengine/bthid/mouse/Sesame_server/inc/mousecursorsrv.h
changeset 25 9c3798b88e30
parent 0 f63038272f30
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
    47     /**
    47     /**
    48      * CreateInstanceL.
    48      * CreateInstanceL.
    49      * Create an instance of the Animation Server image aType.
    49      * Create an instance of the Animation Server image aType.
    50      * @param aType KAnimationSquare implies "construct a bouncing square"
    50      * @param aType KAnimationSquare implies "construct a bouncing square"
    51      */
    51      */
    52     IMPORT_C CAnim* CreateInstanceL(TInt aType);
    52     CAnim* CreateInstanceL(TInt aType);
    53 
    53 
    54     };
    54     };
    55 
    55 
       
    56 /**
       
    57  * Entry point function to Create the animation plugin
       
    58  * Returns the object of the CMouseCursorSrv class
       
    59  */
       
    60 IMPORT_C CAnimDll* CreateCAnimDllL();
       
    61 
    56 #endif // __MOUSECURSORSRV_H__
    62 #endif // __MOUSECURSORSRV_H__
    57 // End of File
    63 // End of File