engine/inc/HttpClient.h
branch3rded
changeset 343 9c56bf585696
parent 13 f58e3c482bd9
equal deleted inserted replaced
281:1cae65a87b5e 343:9c56bf585696
    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;