diff -r c5b848e6c7d1 -r bbb64eb3bdee connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Thu Jun 10 16:00:16 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Thu Jun 24 11:36:05 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 ) { }