mtpfws/mtpfw/dataproviders/dputility/inc/cmtpgetpartialobject.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    20 
    20 
    21 #ifndef CMTPGETPARTIALOBJECT_H
    21 #ifndef CMTPGETPARTIALOBJECT_H
    22 #define CMTPGETPARTIALOBJECT_H
    22 #define CMTPGETPARTIALOBJECT_H
    23 
    23 
    24 #include "cmtprequestprocessor.h"
    24 #include "cmtprequestprocessor.h"
    25 #include "mtpdebug.h"
       
    26 
    25 
    27 class CMTPTypeFile;
    26 class CMTPTypeFile;
    28 
    27 
    29 /** 
    28 /** 
    30 Defines file data provider GetObject request processor
    29 Defines file data provider GetObject request processor
    49     void ConstructL();
    48     void ConstructL();
    50 
    49 
    51         
    50         
    52 private: // Owned
    51 private: // Owned
    53 
    52 
    54     /**
       
    55     FLOGGER debug trace member variable.
       
    56     */
       
    57     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    58     
       
    59     CMTPTypeFile*       iFileObject;
    53     CMTPTypeFile*       iFileObject;
    60     CMTPObjectMetaData* iObjectInfo;    
    54     CMTPObjectMetaData* iObjectInfo;    
    61     TUint               iOffset;
    55     TUint               iOffset;
    62     TUint               iLength;
    56     TUint               iLength;
    63 
    57