diff -r a0da872af3fa -r c59bddbfd7b9 httpfilters/httpfilterconnhandler/Inc/HttpFilterConnHandler.h --- a/httpfilters/httpfilterconnhandler/Inc/HttpFilterConnHandler.h Wed Sep 01 12:21:21 2010 +0100 +++ b/httpfilters/httpfilterconnhandler/Inc/HttpFilterConnHandler.h Wed Oct 13 15:09:28 2010 +0300 @@ -157,6 +157,9 @@ // The pointer to the CHttpFilterConnHandlerObserver object CHttpFilterConnHandlerObserver* iObserver; + + // Value storing the last Iap ID returned by the client + TUint32 iLastIapId; };