equal
deleted
inserted
replaced
469 |
469 |
470 TRAP_IGNORE( |
470 TRAP_IGNORE( |
471 iAlrController->AllowMigrationL( aProfileId, iNewAlrIapId ) ); |
471 iAlrController->AllowMigrationL( aProfileId, iNewAlrIapId ) ); |
472 |
472 |
473 CScpSipConnection* sipConnection( NULL ); |
473 CScpSipConnection* sipConnection( NULL ); |
474 |
|
475 sipConnection = GetSipConnection( aProfileId ); |
474 sipConnection = GetSipConnection( aProfileId ); |
476 sipConnection->SetProfileCurrentlyRoaming(); |
475 |
|
476 if ( sipConnection ) |
|
477 { |
|
478 sipConnection->SetProfileCurrentlyRoaming(); |
|
479 } |
477 |
480 |
478 SCPLOGSTRING( "CScpProfileHandler::StartMigrtion -exit" ); |
481 SCPLOGSTRING( "CScpProfileHandler::StartMigrtion -exit" ); |
479 } |
482 } |
480 |
483 |
481 // ----------------------------------------------------------------------------- |
484 // ----------------------------------------------------------------------------- |