diff -r 05bc53fe583b -r 83ca720e2b9a connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp --- 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 -#include +#include #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 ) + { }