equal
deleted
inserted
replaced
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 ), |
95 iWaitDialog( NULL ), |
96 iWaitDialog( NULL ), |
96 #ifndef __WINS__ |
97 #ifndef __WINS__ |
97 iWlanMgmt( NULL ), |
98 iWlanMgmt( NULL ), |
98 #endif // !__WINS__ |
99 #endif // !__WINS__ |
|
100 iIAPs( NULL ), |
|
101 iWlanIAPs( NULL ), |
|
102 iActIAPs( NULL ), |
|
103 iClientStatus( NULL ), |
|
104 iIsWLANFeatureSupported( EFalse ), |
99 iPrefs( aPrefs ) |
105 iPrefs( aPrefs ) |
100 { |
106 { |
101 } |
107 } |
102 |
108 |
103 |
109 |