--- a/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Mon Mar 15 12:41:53 2010 +0200
+++ b/idlefw/plugins/sapidataplugin/inc/sapidataplugin.h Wed Mar 31 22:04:35 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
+