voipplugins/sipconnectionprovider/src/scpprofilehandler.cpp
branchRCL_3
changeset 10 ed1e38b404e5
parent 9 bddb6d4447db
child 12 876a3df1f464
equal deleted inserted replaced
9:bddb6d4447db 10:ed1e38b404e5
   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 // -----------------------------------------------------------------------------