mtpfws/mtpfw/inc/cmtpstoragemgr.h
branchRCL_3
changeset 12 8b094906a049
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
11:4843bb5893b6 12:8b094906a049
    71     IMPORT_C TUint32 PhysicalStorageId(TUint32 aStorageId) const;
    71     IMPORT_C TUint32 PhysicalStorageId(TUint32 aStorageId) const;
    72     IMPORT_C const CMTPStorageMetaData& StorageL(TUint32 aStorageId) const;
    72     IMPORT_C const CMTPStorageMetaData& StorageL(TUint32 aStorageId) const;
    73     IMPORT_C TUint32 StorageId(TUint32 aPhysicalStorageId, TUint32 aLogicalStorageId) const;
    73     IMPORT_C TUint32 StorageId(TUint32 aPhysicalStorageId, TUint32 aLogicalStorageId) const;
    74     IMPORT_C TBool ValidStorageId(TUint32 aStorageId) const;
    74     IMPORT_C TBool ValidStorageId(TUint32 aStorageId) const;
    75     IMPORT_C CMTPTypeString* VolumeIdL(TUint aDataProviderId, TUint32 aStorageId, const TDesC& aVolumeIdSuffix) const;
    75     IMPORT_C CMTPTypeString* VolumeIdL(TUint aDataProviderId, TUint32 aStorageId, const TDesC& aVolumeIdSuffix) const;
    76             
    76           
       
    77 public:
       
    78     IMPORT_C TBool IsReadWriteStorage(TUint32 aStorageId) const; 
       
    79     
    77 private:
    80 private:
    78 
    81 
    79     CMTPStorageMgr();
    82     CMTPStorageMgr();
    80     void ConstructL();
    83     void ConstructL();
    81     
    84