hotspotfw/hsserver/src/hotspotsession.cpp
changeset 22 498f36116140
parent 19 10810c91db26
child 39 7b3e49e4608a
equal deleted inserted replaced
19:10810c91db26 22:498f36116140
   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;