bluetoothengine/bthid/mouse/Sesame_server/inc/mousecursorsrv.h
changeset 25 9c3798b88e30
parent 0 f63038272f30
--- a/bluetoothengine/bthid/mouse/Sesame_server/inc/mousecursorsrv.h	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/bthid/mouse/Sesame_server/inc/mousecursorsrv.h	Sat Apr 24 00:12:05 2010 +0300
@@ -49,9 +49,15 @@
      * Create an instance of the Animation Server image aType.
      * @param aType KAnimationSquare implies "construct a bouncing square"
      */
-    IMPORT_C CAnim* CreateInstanceL(TInt aType);
+    CAnim* CreateInstanceL(TInt aType);
 
     };
 
+/**
+ * Entry point function to Create the animation plugin
+ * Returns the object of the CMouseCursorSrv class
+ */
+IMPORT_C CAnimDll* CreateCAnimDllL();
+
 #endif // __MOUSECURSORSRV_H__
 // End of File