changeset 13 | f58e3c482bd9 |
parent 2 | 29cda98b007e |
--- a/engine/inc/HttpClient.h Thu Feb 25 18:56:36 2010 +0000 +++ b/engine/inc/HttpClient.h Thu Feb 25 20:02:27 2010 +0000 @@ -49,6 +49,8 @@ void ConnectHttpSessionL(); void ConnectCompleteL(TInt aErrorCode); void Disconnected(); + void ConnectionSelectionStart() {} + void ConnectionSelectionEnd() {} void DoGetAfterConnectL(); private: RHTTPSession iSession;