equal
deleted
inserted
replaced
333 * @since S60 5.0 |
333 * @since S60 5.0 |
334 * @return The ICTS setting |
334 * @return The ICTS setting |
335 */ |
335 */ |
336 IMPORT_C static TInt IctsTestPermission(); |
336 IMPORT_C static TInt IctsTestPermission(); |
337 |
337 |
338 |
338 /** |
|
339 * Check if Iap Id is valid |
|
340 * Leaves with system wide error code if Iap ID is |
|
341 * not valid or checking fails |
|
342 * @since S60 5.2 |
|
343 * @param aIapId IAP id passed as a parameter |
|
344 */ |
|
345 IMPORT_C void CheckIsIapIdValidL( TUint aIapId ) const; |
339 |
346 |
340 public: // from MWsfBrowserLaunchAdapter |
347 public: // from MWsfBrowserLaunchAdapter |
341 /** |
348 /** |
342 * Launches Browser application using selected iap |
349 * Launches Browser application using selected iap |
343 * @since S60 5.0 |
350 * @since S60 5.0 |