diff -r 993ab30e92fc -r 7d8c8d8f5eab harvesterplugins/applications/inc/applicationsplugin.h --- a/harvesterplugins/applications/inc/applicationsplugin.h Tue Jul 06 14:17:22 2010 +0300 +++ b/harvesterplugins/applications/inc/applicationsplugin.h Wed Aug 18 09:49:49 2010 +0300 @@ -23,7 +23,7 @@ #include #include //RApaLsSession #include //Notification -#include +//#include #include "delayedcallback.h" class CCPixIndexer; @@ -72,7 +72,7 @@ * @return void * Leaves in case of error. */ - void AddWidgetInfoL( CSearchDocument* aDocument, TUid aUid ); + //void AddWidgetInfoL( CSearchDocument* aDocument, TUid aUid ); /* * @description Returns true if applicaiton with uid aUid hidden, false otherwise @@ -86,7 +86,7 @@ CCPixIndexer* iIndexer; // CPix database. Owned. RApaLsSession iApplicationServerSession; //to get application info. CApaAppListNotifier* iNotifier; //Owned. - RWidgetRegistryClientSession iWidgetRegistry; //to get widget info. + //RWidgetRegistryClientSession iWidgetRegistry; //to get widget info. CRepository* iHiddenApplicationsRepository; #ifdef __PERFORMANCE_DATA