engine/inc/HttpEventHandler.h
changeset 117 c2a99fe1afd0
parent 2 29cda98b007e
equal deleted inserted replaced
116:9d3b805af5ab 117:c2a99fe1afd0
    56 	void DumpRespBody(RHTTPTransaction& aTrans);
    56 	void DumpRespBody(RHTTPTransaction& aTrans);
    57 	void DumpIt(const TDesC8& aData);
    57 	void DumpIt(const TDesC8& aData);
    58 
    58 
    59 private:
    59 private:
    60 	TBool iVerbose;
    60 	TBool iVerbose;
    61 	TBool iSavingResponseBody;
    61 	TBool iFileOpen;
    62 	RFs& iFileServ;
    62 	RFs& iFileServ;
    63 	RFile iRespBodyFile;
    63 	RFile iRespBodyFile;
    64 	TFileName iFileName;
    64 	TFileName iFileName;
    65 	TParse iParsedFileName;
    65 	TParse iParsedFileName;
    66 	MHTTPDataSupplier* iRespBody;	
    66 	MHTTPDataSupplier* iRespBody;