wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmserver.h
branchRCL_3
changeset 7 51a71243e562
parent 3 6524e815f76f
child 8 e0f767079796
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmserver.h	Sat Feb 20 00:38:18 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/inc/wlmserver.h	Fri Mar 12 15:51:11 2010 +0200
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 50 %
+* %version: 52 %
 */
 
 #ifndef WLMSERVER_H
@@ -39,7 +39,6 @@
 #include "wlaneapolinterface.h"
 #include "wlaneapolclient.h"
 #include "wlangenericplugin.h"
-#include "wlancbwaiter.h"
 
 class CWlmDriverIf;
 class CWlanSsidListDb;
@@ -180,15 +179,6 @@
             TBool aOldNetworksLost = EFalse );
         
         /**
-        * Callback function to receive notification about closed
-        * Broken Power Save Note dialog.
-        * @param aThisPtr Pointer to the server instance.
-        * @return error code
-        */
-        static TInt HandleBrokenPowerSaveNoteClosed(
-            TAny *aThisPtr );
-        
-        /**
          * Notify changed PSM server mode
          *
          * @since Series 60 5.2
@@ -1344,26 +1334,6 @@
         CWlanSsidListDb* iSsidListDb;
         
         /**
-         * Whether to show Broken Power Save Note.
-         */
-        TBool iShowBrokenPowerSaveNote;
-        
-        /**
-         * Active object handling the Broken Power Save Notifier.
-         */
-        CWlanCbWaiter* iBrokenPowerSaveNotifierWaiter;
-        
-        /**
-         * Notifier for displaying Broken Power Save Note dialog.
-         */
-        RNotifier iBrokenPowerSaveNotifier;
-
-        /**
-         * Reply from Broken Power Save Notifier.
-         */
-        TPckgBuf<TBool> iBrokenPowerSaveNotifierReply;
-        
-        /**
          * Background scan provider.
          */
         MWlanBgScanProvider* iBgScanProvider;