connectionutilities/ConnectionDialogs/src/ActiveIAPListing.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
    90 // ---------------------------------------------------------
    90 // ---------------------------------------------------------
    91 //
    91 //
    92 CActiveIAPListing::CActiveIAPListing( const TConnectionPrefs& aPrefs )
    92 CActiveIAPListing::CActiveIAPListing( const TConnectionPrefs& aPrefs )
    93 : CActive( EPriorityUserInput ), 
    93 : CActive( EPriorityUserInput ), 
    94   iDb( NULL ), 
    94   iDb( NULL ), 
    95   iPeriodic( NULL ),
       
    96   iWaitDialog( NULL ), 
    95   iWaitDialog( NULL ), 
    97 #ifndef __WINS__
    96 #ifndef __WINS__
    98   iWlanMgmt( NULL ),
    97   iWlanMgmt( NULL ),
    99 #endif // !__WINS__
    98 #endif // !__WINS__
   100   iIAPs( NULL ),
       
   101   iWlanIAPs( NULL ),
       
   102   iActIAPs( NULL ),
       
   103   iClientStatus( NULL ),
       
   104   iIsWLANFeatureSupported( EFalse ),
       
   105   iPrefs( aPrefs )
    99   iPrefs( aPrefs )
   106     {
   100     {
   107     }
   101     }
   108 
   102 
   109     
   103