engine/inc/HttpClient.h
branchRCL_3
changeset 285 4d42a5e09930
parent 13 f58e3c482bd9
equal deleted inserted replaced
283:08a3356e8364 285:4d42a5e09930
    52 	void ConnectionSelectionStart() {}
    52 	void ConnectionSelectionStart() {}
    53 	void ConnectionSelectionEnd() {}
    53 	void ConnectionSelectionEnd() {}
    54 	void DoGetAfterConnectL();
    54 	void DoGetAfterConnectL();
    55 private:
    55 private:
    56 	RHTTPSession iSession;	
    56 	RHTTPSession iSession;	
    57 	TBool iWaitingForGet;
    57 	TBool iWaitingForGet; // whether to run the Get after successfull connect
    58 	TBool iIsActive;
    58 	TBool iIsActive;
    59 	RHTTPTransaction iTrans;
    59 	RHTTPTransaction iTrans;
    60 	CHttpEventHandler* iHandler;
    60 	CHttpEventHandler* iHandler;
    61 	TBool iResumeEnabled;
    61 	TBool iResumeEnabled;
    62 	CPodcastModel& iPodcastModel;
    62 	CPodcastModel& iPodcastModel;