satengine/satserver/Commands/LaunchBrowserCmd/src/CLaunchBrowserHandler.cpp
changeset 53 25b8d29b7c59
parent 51 12bc758d6a02
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
   798 
   798 
   799 // --------------------------------------------------------------------------
   799 // --------------------------------------------------------------------------
   800 // Launches The Browser with URL.
   800 // Launches The Browser with URL.
   801 // --------------------------------------------------------------------------
   801 // --------------------------------------------------------------------------
   802 //
   802 //
   803 void CLaunchBrowserHandler::LaunchWithUrlL( const TDesC& /*aParam*/,
   803 void CLaunchBrowserHandler::LaunchWithUrlL( const TDesC& aParam,
   804     const TUid& /*aAccessPointUid*/ )
   804     const TUid& aAccessPointUid )
   805     {
   805     {
   806     LOG( SIMPLE,
   806     LOG( SIMPLE,
   807         "LAUNCHBROWSER: CLaunchBrowserHandler::LaunchWithUrlL calling" )
   807         "LAUNCHBROWSER: CLaunchBrowserHandler::LaunchWithUrlL calling" )
   808 //    LOG3( SIMPLE,
   808     LOG3( SIMPLE,
   809 //         "LAUNCHBROWSER: CLaunchBrowserHandler::LaunchWithUrlL\
   809          "LAUNCHBROWSER: CLaunchBrowserHandler::LaunchWithUrlL\
   810 //          url=%s, IAP=%d", &aParam, aAccessPointUid.iUid )        
   810           url=%s, IAP=%d", &aParam, aAccessPointUid.iUid )        
   811 
   811 
   812     // Browser launching called.
   812     // Browser launching called.
   813 //    TInt err = iUtils->SatUiHandler().ShellController().LaunchBrowserL(
   813     TInt err = iUtils->SatUiHandler().ShellController().LaunchBrowserL(
   814 //        aParam, aAccessPointUid );
   814         aParam, aAccessPointUid );
   815     TInt err =  KErrNone;
       
   816 
   815 
   817     if ( KErrNone == err )
   816     if ( KErrNone == err )
   818         {
   817         {
   819         if ( !iQueryRsp.iRequestedIconDisplayed &&
   818         if ( !iQueryRsp.iRequestedIconDisplayed &&
   820             ( ( RSat::ESelfExplanatory ==
   819             ( ( RSat::ESelfExplanatory ==