mtpfws/mtpfw/inc/cmtpstoragemgr.h
changeset 49 c20dd21d1eb4
parent 18 1b39655331a3
equal deleted inserted replaced
41:2c19c7cf5550 49:c20dd21d1eb4
    23 
    23 
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <f32file.h>
    25 #include <f32file.h>
    26 #include <mtp/mmtpstoragemgr.h>
    26 #include <mtp/mmtpstoragemgr.h>
    27 
    27 
    28 #include "mtpdebug.h"
       
    29 #include "rmtpframework.h"
    28 #include "rmtpframework.h"
    30 
    29 
    31 /** 
    30 /** 
    32 Implements the MTP storage manager interface.
    31 Implements the MTP storage manager interface.
    33 @internalComponent
    32 @internalComponent
    98     static TInt StorageOrder(const TUint32* aKey, const CMTPStorageMetaData& aStorage);
    97     static TInt StorageOrder(const TUint32* aKey, const CMTPStorageMetaData& aStorage);
    99     
    98     
   100 private: // Owned
    99 private: // Owned
   101 
   100 
   102     /**
   101     /**
   103     FLOGGER debug trace member variable.
       
   104     */
       
   105     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
   106     
       
   107     /**
       
   108     The default MTP storage ID.
   102     The default MTP storage ID.
   109     */
   103     */
   110     TUint32                             iDefaultStorageId;
   104     TUint32                             iDefaultStorageId;
   111     
   105     
   112     /**
   106     /**