nettools/conntest/inc/HttpHandler.h
branchRCL_3
changeset 41 4399c14e1ad0
parent 37 22633ca47dfe
equal deleted inserted replaced
37:22633ca47dfe 41:4399c14e1ad0
   157     void DumpRespBody(RHTTPTransaction& aTrans);
   157     void DumpRespBody(RHTTPTransaction& aTrans);
   158 
   158 
   159     MHTTPDataSupplier*   iRespBody;
   159     MHTTPDataSupplier*   iRespBody;
   160     MUINotify&           iConsole; // console for displaying text etc
   160     MUINotify&           iConsole; // console for displaying text etc
   161     TTime                iStartTime;
   161     TTime                iStartTime;
   162     TUint64              iBodySize;
   162     TInt                 iBodySize;
   163     TBool                iDoPerformance;
   163     TBool                iDoPerformance;
   164 };
   164 };
   165 
   165 
   166 
   166 
   167 #endif // HTTPHANDLER_H
   167 #endif // HTTPHANDLER_H