diff -r df6898e696c6 -r e918432ddd92 harvesterplugins/applications/inc/applicationsplugin.h --- a/harvesterplugins/applications/inc/applicationsplugin.h Mon Jul 26 12:45:04 2010 +0530 +++ b/harvesterplugins/applications/inc/applicationsplugin.h Mon Aug 09 12:23:41 2010 +0530 @@ -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