hotspotfw/hsserver/src/hotspotsession.cpp
branchRCL_3
changeset 14 d9aaeb96a256
parent 10 dff6ebfd236f
child 18 aaabc7526ded
equal deleted inserted replaced
13:858c6c491d0e 14:d9aaeb96a256
   628             indx = iServer.FindMessage( iIapId, EHssStartLogin );
   628             indx = iServer.FindMessage( iIapId, EHssStartLogin );
   629             if ( KErrNotFound != indx )
   629             if ( KErrNotFound != indx )
   630                 {
   630                 {
   631                 iServer.CompleteMessage( indx, KErrNone );    
   631                 iServer.CompleteMessage( indx, KErrNone );    
   632                 }
   632                 }
   633             TRAP_IGNORE( iIapSettingsHandler->CreateIapL() );
   633             TRAPD( trap, iIapSettingsHandler->CreateIapL() );
       
   634             if ( trap != KErrNone )
       
   635                 {
       
   636                 DEBUG1("CHotSpotSession::ConnectivityObserver trap: %d", trap);
       
   637                 }
   634             break;
   638             break;
   635         case EHttpAuthenticationNeeded :
   639         case EHttpAuthenticationNeeded :
   636             // Start browser for authentication
   640             // Start browser for authentication
   637             TRAP_IGNORE( AuthenticateL( aString ) );
   641             TRAP_IGNORE( AuthenticateL( aString ) );
   638             break;
   642             break;