equal
deleted
inserted
replaced
229 * Checks IAPs if there's any unused Hotspot IAPs. |
229 * Checks IAPs if there's any unused Hotspot IAPs. |
230 * @since Series 60 3.0 |
230 * @since Series 60 3.0 |
231 * @return None |
231 * @return None |
232 */ |
232 */ |
233 void CheckIapsL(); |
233 void CheckIapsL(); |
234 |
|
235 /** |
|
236 * Checks EasyWLAN service id |
|
237 * @since Series 60 MCL |
|
238 * @return ETrue if commits were successful, otherwise EFalse. |
|
239 */ |
|
240 TBool EasyWlanIdL(); |
|
241 |
|
242 /** |
|
243 * Getter for EasyWLAN service id |
|
244 * @since Series 60 MCL |
|
245 * @return EasyWLAN IAP id |
|
246 */ |
|
247 TUint32 GetEasyWlanId(); |
|
248 |
234 |
249 /** |
235 /** |
250 * Get login timer value for the specified client. |
236 * Get login timer value for the specified client. |
251 * @param aClientUid, client's user ID, |
237 * @param aClientUid, client's user ID, |
252 * @return Login timer value. |
238 * @return Login timer value. |
358 * Service id of IAP in use |
344 * Service id of IAP in use |
359 */ |
345 */ |
360 TInt iCurrentServiceIdInUse; |
346 TInt iCurrentServiceIdInUse; |
361 |
347 |
362 /** |
348 /** |
363 * Return/leave value of ChangeConfigDaemonL() |
|
364 */ |
|
365 TInt iConfigDaemonChanged; |
|
366 |
|
367 /** |
|
368 * Service id of IAP in use |
|
369 */ |
|
370 TUint32 iEasyWlanId; |
|
371 |
|
372 /** |
|
373 * Array for storing client dependent login and logout timer values. |
349 * Array for storing client dependent login and logout timer values. |
374 */ |
350 */ |
375 RArray<SLoginLogoutTimers> iLoginLogoutTimerArray; |
351 RArray<SLoginLogoutTimers> iLoginLogoutTimerArray; |
376 }; |
352 }; |
377 |
353 |