filesystemuis/memscaneng/serverinc/mseng.h
branchRCL_3
changeset 13 5181328fad28
parent 0 6a9f87576119
equal deleted inserted replaced
11:649c558486f0 13:5181328fad28
   130         */
   130         */
   131         IMPORT_C void Cancel();
   131         IMPORT_C void Cancel();
   132         
   132         
   133         /**
   133         /**
   134         * Check whether internal drive.
   134         * Check whether internal drive.
   135         * @param aDrv Drive to be chanked.
   135         * @param aDrv Drive to be checked.
   136         * @return ETrue if internal drive, otherwise EFalse.
   136         * @return ETrue if internal drive, otherwise EFalse.
   137         */
   137         */
   138         static TBool IsInternalDrive( RFs& aFs, const TInt aDrv );
   138         static TBool IsInternalDrive( RFs& aFs, const TInt aDrv );
   139 
   139 
   140         /**
   140         /**
   141         * Check whether removable drive.
   141         * Check whether removable drive.
   142         * @param aDrv Drive to be chanked.
   142         * @param aDrv Drive to be checked.
   143         * @return ETrue if internal drive, otherwise EFalse.
   143         * @return ETrue if internal drive, otherwise EFalse.
   144         */
   144         */
   145         static TBool IsRemovableDrive( RFs& aFs, const TInt aDrv );
   145         static TBool IsRemovableDrive( RFs& aFs, const TInt aDrv );
   146 
   146        
       
   147         /**
       
   148         * Check whether mass storage drive.
       
   149         * @param aDrv Drive to be checked.
       
   150         * @return ETrue if mass storage drive, otherwise EFalse.
       
   151         */
       
   152         static TBool IsMassStorageDrive( RFs& aFs, const TInt aDrv );
       
   153         
   147     private:
   154     private:
   148 
   155 
   149         /**
   156         /**
   150         * C++ default constructor is prohibited.
   157         * C++ default constructor is prohibited.
   151         */
   158         */