mtpfws/mtpfw/dataproviders/dputility/inc/cmtprequestprocessor.h
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 14 60a94a45d437
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
   180 protected:
   180 protected:
   181 	MMTPDataProviderFramework&	    iFramework;
   181 	MMTPDataProviderFramework&	    iFramework;
   182 	const TMTPTypeRequest*		    iRequest;			//the pending requst object
   182 	const TMTPTypeRequest*		    iRequest;			//the pending requst object
   183 	MMTPConnection&				    iConnection;		//the connection from which the request comes
   183 	MMTPConnection&				    iConnection;		//the connection from which the request comes
   184 	TMTPTypeResponse			    iResponse;			//the response object to send to the initiator
   184 	TMTPTypeResponse			    iResponse;			//the response object to send to the initiator
   185 	TBool						    iCancelled;			//indicates whether the data phase (send/receive) has been cancelled
   185 	TBool						    iCancelled;			//indicates whether this request has been cancelled
   186 	CMTPRequestChecker*		    	iRequestChecker;	//a utility class providing generic request verification service
   186 	CMTPRequestChecker*		    	iRequestChecker;	//a utility class providing generic request verification service
   187 	TInt					    	iElementCount;		//number of verification elements used for request checker
   187 	TInt					    	iElementCount;		//number of verification elements used for request checker
   188 	const TMTPRequestElementInfo*	iElements;	 		//pointer to an array of verification elements
   188 	const TMTPRequestElementInfo*	iElements;	 		//pointer to an array of verification elements
   189 	TUint32						    iSessionId;			//session id for the pending request
   189 	TUint32						    iSessionId;			//session id for the pending request
   190 	TUint32						    iTransactionCode;	//transaction code for the pending request
   190 	TUint32						    iTransactionCode;	//transaction code for the pending request