wlanutilities/wlansniffer/aiplugin/inc/wsfdbobserver.h
branchRCL_3
changeset 12 981afc7d3841
parent 0 56b72877c1cb
--- a/wlanutilities/wlansniffer/aiplugin/inc/wsfdbobserver.h	Mon Mar 15 12:44:54 2010 +0200
+++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfdbobserver.h	Wed Mar 31 23:17:49 2010 +0300
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description: 
-*        Header file for CWlanPluginDbObserver class.
+*        Header file for CWsfDbObserver class.
 *
 */
 
@@ -39,15 +39,13 @@
     public:
         /**
         * The Constructor.
-        * @param aState Pointer to the WLAN State object.
         */
-    	CWsfDbObserver(  );
+    	CWsfDbObserver();
         
         /**
         * First phase of two phased construction.
-        * @param aState Pointer to the WLAN State object.
         */
-        static CWsfDbObserver* NewL(  );
+        static CWsfDbObserver* NewL();
         
         /**
         * This function activates this object as an active object.
@@ -86,6 +84,11 @@
         * is called.
         */
         void DoCancel();
+        
+        /**
+         * @see CActive
+         */
+        TInt RunError( TInt aError );
  
     private:
         /**
@@ -100,12 +103,6 @@
 
     private:  
         /**
-        * @var Pointer to the WLAN state object to ask and set scanning
-        * state.
-        */ 
-        //CWlanPluginWlanState * iWlanState;
-        
-        /**
         * A CommsDat session fod database access.
         */
         CMDBSession* iSession;