httpfilters/httpfilterconnhandler/Inc/HttpFilterConnHandler.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 0 b16258d2340f
--- 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;
 
 };