httpfilters/httpfilterconnhandler/Inc/HttpFilterConnHandler.h
branchRCL_3
changeset 53 c59bddbfd7b9
parent 0 b16258d2340f
equal deleted inserted replaced
40:a0da872af3fa 53:c59bddbfd7b9
   155     // The ConnectionCallback
   155     // The ConnectionCallback
   156     MConnectionCallback* iConnCallback;
   156     MConnectionCallback* iConnCallback;
   157 
   157 
   158     // The pointer to the CHttpFilterConnHandlerObserver object
   158     // The pointer to the CHttpFilterConnHandlerObserver object
   159     CHttpFilterConnHandlerObserver* iObserver;
   159     CHttpFilterConnHandlerObserver* iObserver;
       
   160     
       
   161     // Value storing the last Iap ID returned by the client
       
   162     TUint32 iLastIapId;
   160 
   163 
   161 };
   164 };
   162 
   165 
   163 #endif      // CHTTPFILTERCONNHANDLER_H
   166 #endif      // CHTTPFILTERCONNHANDLER_H
   164 
   167