diff -r 4843bb5893b6 -r 8b094906a049 mtpfws/mtpfw/inc/cmtpstoragemgr.h --- a/mtpfws/mtpfw/inc/cmtpstoragemgr.h Fri Mar 12 15:46:41 2010 +0200 +++ b/mtpfws/mtpfw/inc/cmtpstoragemgr.h Mon Mar 15 12:43:12 2010 +0200 @@ -73,7 +73,10 @@ IMPORT_C TUint32 StorageId(TUint32 aPhysicalStorageId, TUint32 aLogicalStorageId) const; IMPORT_C TBool ValidStorageId(TUint32 aStorageId) const; IMPORT_C CMTPTypeString* VolumeIdL(TUint aDataProviderId, TUint32 aStorageId, const TDesC& aVolumeIdSuffix) const; - + +public: + IMPORT_C TBool IsReadWriteStorage(TUint32 aStorageId) const; + private: CMTPStorageMgr();