diff -r 796276a1bdcc -r 9fdee5e1da30 servicewidget/servicewidgetdatapublisher/inc/cservicewidgetplugin.h --- a/servicewidget/servicewidgetdatapublisher/inc/cservicewidgetplugin.h Wed Mar 31 21:14:49 2010 +0300 +++ b/servicewidget/servicewidgetdatapublisher/inc/cservicewidgetplugin.h Wed Apr 14 15:46:18 2010 +0300 @@ -23,7 +23,7 @@ #include #include #include -#include +//#include #include "mservicewidgetobservers.h" #include // FORWARD DECLARATIONS @@ -43,8 +43,8 @@ class CServiceWidgetPlugin : public CContentHarvesterPlugin, public MSPNotifyChangeObserver, - public MServiceWidgetEventObserver, - public MAiPropertyExtension + public MServiceWidgetEventObserver//, + //public MAiPropertyExtension { friend class Cservicewidgetdatapublisher_ut; public: @@ -133,7 +133,7 @@ * @param aProperty - identification of property. * @return pointer to property value. */ - TAny* GetPropertyL( TInt aProperty ); + //TAny* GetPropertyL( TInt aProperty ); /** * From MAiPropertyExtension. @@ -142,7 +142,7 @@ * @param aProperty - identification of property. * @param aValue - contains pointer to property value. */ - void SetPropertyL( TInt aProperty, TAny* aValue ); + //void SetPropertyL( TInt aProperty, TAny* aValue ); private: // Data members @@ -161,7 +161,7 @@ // Own: service observer CSPNotifyChange* iSpNotifyChange; // Information about the content publisher (this plug-in) - TAiPublisherInfo iInfo; + //TAiPublisherInfo iInfo; }; #endif // CSERVICEWIDGETPLUGIN_H