diff -r 8baec10861af -r 6cadd6867c17 menucontentsrv/srvinc/menusrvappscanner.h --- a/menucontentsrv/srvinc/menusrvappscanner.h Tue Sep 14 21:55:16 2010 +0300 +++ b/menucontentsrv/srvinc/menusrvappscanner.h Wed Sep 15 12:32:36 2010 +0300 @@ -177,7 +177,7 @@ * @param aOperation operation type. */ void HandleInstallNotifyL( TUid aUid, - CMcsInstallNotifier::TNotificationType aNotificationType ); + CMcsInstallNotifier::TNotificationType aNotificationType ); private: // new methods @@ -255,7 +255,7 @@ /** */ - void SetHidden( const TDesC& aHiddenAppUid, + void SetHiddenL( const TDesC& aHiddenAppUid, RPointerArray& aArray ); /** @@ -389,7 +389,7 @@ * @return ETrue if drive is in use. */ TBool IsDriveInUse( - const DriveInfo::TDefaultDrives& aDefaultDrive ); + const DriveInfo::TDefaultDrives& aDefaultDrive ); /** TODO @@ -430,7 +430,7 @@ TODO */ void UpdateApplicationItemL( - RArray& aMcsItems, + RArray& aMcsItems, const CMenuSrvAppAttributes& aApaItem, TUint aMmcId, TBool isLegacy );