idlehomescreen/xmluirendering/uiengine/inc/xneditor.h
changeset 1 5315654608de
parent 0 f72a12da539e
child 2 08c6ee43b396
--- a/idlehomescreen/xmluirendering/uiengine/inc/xneditor.h	Thu Dec 17 08:40:49 2009 +0200
+++ b/idlehomescreen/xmluirendering/uiengine/inc/xneditor.h	Thu Jan 07 12:39:41 2010 +0200
@@ -37,6 +37,7 @@
 class CAknListQueryDialog;
 class CXnViewManager;
 class CXnViewData;
+class CRepository;
 
 namespace hspswrapper
     {
@@ -185,6 +186,14 @@
      */
     CHspsWrapper& HspsWrapper() const;
 
+    /**
+     * Retrives Id read from central repository.
+     * 
+     * @since S60 5.0
+	 * @return sucess or failure standard error code
+     */    
+    TInt IdFromCrep ( TDes8& aUid ) const;
+
 private:
     // from MHsContentController
     
@@ -296,6 +305,8 @@
     CXnNode* iTargetPlugin;
     /** Widgets visibility state */
     TBool iWidgetsVisibilityState;    
+    /** Central repository , to choose plugin, owned*/
+    CRepository* iRepository;
     };
 
 #endif // C_XNEDITOR_H