contentpublishingsrv/contentharvester/contentharvesterswiplugin/inc/chswiplugin.h
equal
deleted
inserted
replaced
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 /** |