contacts_plat/contacts_ui_extensions_api/inc/cntviewsupplier.h
changeset 71 7cc7d74059f9
parent 27 de1630741fbe
--- a/contacts_plat/contacts_ui_extensions_api/inc/cntviewsupplier.h	Thu Sep 02 20:16:15 2010 +0300
+++ b/contacts_plat/contacts_ui_extensions_api/inc/cntviewsupplier.h	Fri Sep 17 08:27:32 2010 +0300
@@ -50,6 +50,16 @@
      */
     virtual CntAbstractView* viewAt( int aIndex ) = 0;
 
+    /**
+     * Sets the view id base value for supplier. 
+     * The supplier method viewIdAt should return view ids in range
+     * from aViewIdBase to aViewIdBase + viewCount.
+     *
+     * @param int, action index 
+     * @return QString, process name
+     */
+    virtual void setViewIdBase( int aViewIdBase ) = 0;
+
 protected:
     // prevent deleting by client
     virtual ~CntViewSupplier() {}