engine/inc/HttpEventHandler.h
branchsymbian1
changeset 167 4bfc2fcec5f6
parent 2 29cda98b007e
child 245 3f57982a6f10
equal deleted inserted replaced
166:58268495eb35 167:4bfc2fcec5f6
    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;