diff -r 95d45f234cf3 -r cb7afde124a3 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Wed Jun 23 18:39:24 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Tue Jul 06 14:42:41 2010 +0300 @@ -19,7 +19,7 @@ // INCLUDE FILES #include -#include +#include #include "NetworkInfoBase.h" #include "ConnUiUtilsNotif.hrh" @@ -35,9 +35,12 @@ // --------------------------------------------------------- // CNetworkInfoBase::CNetworkInfoBase() -: iOthersEntry( EFalse ), - iProtectedSetupSupported( EFalse ) - +: iSignalStrength( ESignalStrengthMin ), + iNetworkMode( ENetworkModeInfrastructure ), + iSecurityMode( EWlanConnectionSecurityOpen ), + iOthersEntry( EFalse ), + iProtectedSetupSupported( EFalse ), + iExtendedSecurityMode( EWlanConnectionExtentedSecurityModeOpen ) { }