inc/screensaverctrlplugin.h
branchRCL_3
changeset 13 4784a3bc2236
parent 0 040fcad49f44
--- a/inc/screensaverctrlplugin.h	Wed Mar 31 21:32:18 2010 +0300
+++ b/inc/screensaverctrlplugin.h	Wed Apr 14 15:58:13 2010 +0300
@@ -85,6 +85,13 @@
     * @return TInt  
     */
     TInt SendPluginEvent( TScreensaverEvent aEvent );
+    
+    /**
+    * Returns the implemenataion UID of the plugin
+    * 
+    * @return TUid Implementation UID
+    */
+    TUid PluginImplementationUid() const;
 
 public:
     // From MScreensaverPluginHost
@@ -201,5 +208,11 @@
     * The refresh rate of plugin
     */
     TInt iPluginRefreshRate;
+    
+    /**
+    * The implementation UID of the plugin
+    */
+    TUid iPluginImplUid;
+    
     };
 #endif // C_SCREENSAVERCTRLPLUGIN_H