hotspotfw/hsclient/NetCfgExtnHotSpot/inc/NetCfgExtnHotSpot.h
changeset 61 e1d68407ed06
parent 19 10810c91db26
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
   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