wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanbgscanawscomms.cpp
branchRCL_3
changeset 6 e0f767079796
parent 3 6524e815f76f
--- a/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanbgscanawscomms.cpp	Fri Mar 12 15:51:11 2010 +0200
+++ b/wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/wlanbgscanawscomms.cpp	Mon Mar 15 12:46:48 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 3 %
+* %version: 4 %
 */
 
 #include <e32base.h>
@@ -66,8 +66,7 @@
     iAwsImplUid( 0 ),
     iCommandHandler( NULL ),
     iAwsVersion( 0 ),
-    iPendingCommand( EAwsCommandMax ),
-    iAwsOk( EFalse )
+    iPendingCommand( EAwsCommandMax )
     {
     DEBUG( "CWlanBgScanAwsComms::CWlanBgScanAwsComms()" );
     }
@@ -89,7 +88,6 @@
     iAwsMsgQueue.Close();
     Cancel();
     iWlanEngineThread.Close();
-    //iStartupLock.Close();
     }
 
 // ---------------------------------------------------------------------------