bearermanagement/mpm/src/mpmconnmonevents.cpp
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 40 c5b848e6c7d1
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   533                                                          &aConnMonEvent );
   533                                                          &aConnMonEvent );
   534 
   534 
   535             iAvailableIAPs = eventIap->IapAvailability();
   535             iAvailableIAPs = eventIap->IapAvailability();
   536             UpdateIAPRefreshTime();
   536             UpdateIAPRefreshTime();
   537             IapAvailabilityChange( EConnMonEvent );
   537             IapAvailabilityChange( EConnMonEvent );
   538             
       
   539             TRAPD( err, iMyServer.UpdateSessionConnectionDlgL() )
       
   540             if( err != KErrNone )
       
   541                 {
       
   542                 MPMLOGSTRING2( "CMPMConnMonEvents::EventL UpdateSessionConnectionDlgL \
       
   543 error code %d", err )
       
   544                 }
       
   545             break;
   538             break;
   546             }
   539             }
   547         default:
   540         default:
   548             {
   541             {
   549             MPMLOGSTRING( "CMPMConnMonEvents::RunL: default" )
   542             MPMLOGSTRING( "CMPMConnMonEvents::RunL: default" )