wlanutilities/wlansniffer/wlansnifferkeepalive/inc/wsfkeepalive.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
--- a/wlanutilities/wlansniffer/wlansnifferkeepalive/inc/wsfkeepalive.h	Thu Jun 10 15:44:54 2010 +0300
+++ b/wlanutilities/wlansniffer/wlansnifferkeepalive/inc/wsfkeepalive.h	Thu Jun 24 10:49:51 2010 +0300
@@ -26,6 +26,7 @@
  
 // Forward declarations
 
+class CWsfKeepaliveCmm;
 class CWsfKeepaliveConnMon;
 class CWsfKeepaliveConnMonDisc;
 class CWsfKeepaliveEsock;
@@ -131,6 +132,11 @@
     CWsfKeepaliveTimer* iTimer;
 
     /**
+     * Connection Method Manager class reference
+     */
+    CWsfKeepaliveCmm* iCmMgr;
+    
+    /**
      * Connection Monitor class reference
      */
     CWsfKeepaliveConnMon* iConnMon;
@@ -159,6 +165,11 @@
      * State of the keepalive implementation
      */
     TUint iState;
+    
+    /**
+     * IapId of the connection
+     */
+    TUint iIapId;
     };
 
 #endif // WSFKEEPALIVE_H