hotspotfw/hsclient/NetCfgExtnHotSpot/inc/NetCfgExtnHotSpot.h
changeset 62 b47b808de481
parent 19 10810c91db26
equal deleted inserted replaced
58:301aeb18ae47 62:b47b808de481
   113     * @param aNifIfNotify - client of the control
   113     * @param aNifIfNotify - client of the control
   114     */
   114     */
   115     inline CNetworkConfigExtensionHotSpot::CNetworkConfigExtensionHotSpot( MNifIfNotify& aNifIfNotify ) :
   115     inline CNetworkConfigExtensionHotSpot::CNetworkConfigExtensionHotSpot( MNifIfNotify& aNifIfNotify ) :
   116     CNetworkConfigExtensionBase( aNifIfNotify )
   116     CNetworkConfigExtensionBase( aNifIfNotify )
   117     {
   117     {
       
   118     	iNotAuthenticated =false;
       
   119     	iNotDeregistered = false;
       
   120     	iIsStartLoginActive=false;
       
   121     	iHotspotConnect=0;
   118     }
   122     }
   119 
   123 
   120 #endif
   124 #endif
   121 
   125