filesystemuis/memscaneng/serverinc/mseng.h
branchRCL_3
changeset 13 5181328fad28
parent 0 6a9f87576119
--- 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:
 
         /**