diff -r 1cae65a87b5e -r 9c56bf585696 engine/inc/HttpClient.h --- a/engine/inc/HttpClient.h Sat Oct 23 17:30:22 2010 +0100 +++ b/engine/inc/HttpClient.h Sat Nov 13 13:54:36 2010 +0000 @@ -54,7 +54,7 @@ void DoGetAfterConnectL(); private: RHTTPSession iSession; - TBool iWaitingForGet; + TBool iWaitingForGet; // whether to run the Get after successfull connect TBool iIsActive; RHTTPTransaction iTrans; CHttpEventHandler* iHandler;