contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h
branchRCL_3
changeset 8 d0529222e3f0
parent 3 ff572005ac23
child 22 1b207dd38b72
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
    92 	void RemoveWidgetsL( CLiwGenericParamList* aWidgets );
    92 	void RemoveWidgetsL( CLiwGenericParamList* aWidgets );
    93 	
    93 	
    94 	/** 
    94 	/** 
    95 	 * Removes single widget.
    95 	 * Removes single widget.
    96 	 * @param aType Widget type.
    96 	 * @param aType Widget type.
    97 	 * @param aContentId Widget UID.
    97 	 * @param aPublisherId Widget UID.
    98 	 */
    98 	 */
    99 	void RemoveWidgetL( const TDesC& aType, 
    99 	void RemoveWidgetL( const TDesC& aType, 
   100         const TDesC& aContentId );
   100         const TDesC& aPublisherId );
   101 	
   101 	
   102 
   102 
   103 private:
   103 private:
   104     
   104     
   105     /**
   105     /**