connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp	Tue Aug 31 15:35:44 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp	Wed Sep 01 12:23:51 2010 +0100
@@ -19,7 +19,7 @@
 
 // INCLUDE FILES
 #include <StringLoader.h>
-#include <connuiutilsnotif.rsg>
+#include <ConnUiUtilsNotif.rsg>
 
 #include "NetworkInfoBase.h"
 #include "ConnUiUtilsNotif.hrh"
@@ -35,12 +35,9 @@
 // ---------------------------------------------------------
 //
 CNetworkInfoBase::CNetworkInfoBase()
-: iSignalStrength( ESignalStrengthMin ),
-  iNetworkMode( ENetworkModeInfrastructure ),
-  iSecurityMode( EWlanConnectionSecurityOpen ),
-  iOthersEntry( EFalse ),
-  iProtectedSetupSupported( EFalse ),
-  iExtendedSecurityMode( EWlanConnectionExtentedSecurityModeOpen )
+: iOthersEntry( EFalse ),
+  iProtectedSetupSupported( EFalse )
+  
     {
     }