branch | RCL_3 |
changeset 24 | 05bc53fe583b |
parent 0 | 5a93021fdf25 |
child 25 | 83ca720e2b9a |
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -19,7 +19,7 @@ // INCLUDE FILES #include <StringLoader.h> -#include <ConnUiUtilsNotif.rsg> +#include <connuiutilsnotif.rsg> #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 ) { }