mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h
changeset 47 63cf70d3ecd8
parent 20 6e82ae192c3a
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    25 #include <mtp/mtpdataproviderapitypes.h>
    25 #include <mtp/mtpdataproviderapitypes.h>
    26 #include <mtp/mtpprotocolconstants.h>
    26 #include <mtp/mtpprotocolconstants.h>
    27 #include <mtp/tmtptyperesponse.h>
    27 #include <mtp/tmtptyperesponse.h>
    28 #include <mtp/tmtptypenull.h>
    28 #include <mtp/tmtptypenull.h>
    29 #include "cmtprequestchecker.h"
    29 #include "cmtprequestchecker.h"
    30 #include "mtpdebug.h"
       
    31 
    30 
    32 class MMTPConnection;
    31 class MMTPConnection;
    33 class TMTPTypeRequest;
    32 class TMTPTypeRequest;
    34 class CMTPDataProviderPlugin;
    33 class CMTPDataProviderPlugin;
    35 class MMTPDataProviderFramework;
    34 class MMTPDataProviderFramework;
   192 
   191 
   193 private:
   192 private:
   194 	TMTPResponseCode 				iResponseCode;		// contains response from CheckRequestL call
   193 	TMTPResponseCode 				iResponseCode;		// contains response from CheckRequestL call
   195 	RBuf8 							iNullBuffer; 		// buffer to receive data from discarded data phase
   194 	RBuf8 							iNullBuffer; 		// buffer to receive data from discarded data phase
   196 	TMTPTypeNull 					iNull;
   195 	TMTPTypeNull 					iNull;
   197 	/**
       
   198     FLOGGER debug trace member variable.
       
   199     */
       
   200     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
   201 	};
   196 	};
   202 	
   197 	
   203 #endif // __CMTPREQUESTPROCESSOR_H__
   198 #endif // __CMTPREQUESTPROCESSOR_H__
   204 
   199