diff -r 8d5c0f720979 -r 69385a7c9810 engine/inc/HttpClient.h --- a/engine/inc/HttpClient.h Sat Oct 23 16:26:37 2010 +0100 +++ b/engine/inc/HttpClient.h Sun Oct 24 01:27:31 2010 +0100 @@ -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;