diff -r 649c558486f0 -r 5181328fad28 filesystemuis/memscaneng/serverinc/mseng.h --- a/filesystemuis/memscaneng/serverinc/mseng.h Tue Apr 27 16:25:17 2010 +0300 +++ b/filesystemuis/memscaneng/serverinc/mseng.h Tue May 11 16:01:48 2010 +0300 @@ -132,18 +132,25 @@ /** * Check whether internal drive. - * @param aDrv Drive to be chanked. + * @param aDrv Drive to be checked. * @return ETrue if internal drive, otherwise EFalse. */ static TBool IsInternalDrive( RFs& aFs, const TInt aDrv ); /** * Check whether removable drive. - * @param aDrv Drive to be chanked. + * @param aDrv Drive to be checked. * @return ETrue if internal drive, otherwise EFalse. */ static TBool IsRemovableDrive( RFs& aFs, const TInt aDrv ); - + + /** + * Check whether mass storage drive. + * @param aDrv Drive to be checked. + * @return ETrue if mass storage drive, otherwise EFalse. + */ + static TBool IsMassStorageDrive( RFs& aFs, const TInt aDrv ); + private: /**