diff -r c2817bb2a55c -r cb506ec2d869 idlefw/plugins/sapidataplugin/inc/sapidataplugin.h --- a/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Wed Mar 31 13:30:40 2010 +0300 +++ b/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Wed May 12 13:35:37 2010 +0300 @@ -148,6 +148,11 @@ /** * @see CHsContentPublisher */ + void SetProperty( TProperty aProperty, TAny* aAny ); + + /** + * @see CHsContentPublisher + */ TAny* GetProperty( TProperty aProperty ); /** @@ -265,7 +270,6 @@ private: // data - /** Iterator for plugin content, owned */ MAiContentItemIterator* iContent; /** Array of content observers, owned */ @@ -291,3 +295,4 @@ #endif // SAPIDATAPLUGIN_H // End of file +