voipplugins/sipconnectionprovider/src/scpvmbxhandler.cpp
branchRCL_3
changeset 15 43658d24f35d
parent 0 a4daefaec16c
equal deleted inserted replaced
14:be41ab7b952f 15:43658d24f35d
     1 /*
     1 /*
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   258                     // Connection to VMBx server lost
   258                     // Connection to VMBx server lost
   259                     iSubService.HandleConnectionEvent( EScpRegistrationFailed );
   259                     iSubService.HandleConnectionEvent( EScpRegistrationFailed );
   260                     }
   260                     }
   261                 break;
   261                 break;
   262                 }
   262                 }
       
   263                 
       
   264             case EFatalNetworkError:
       
   265                 {
       
   266                 // In case of fatal network error forced disable is done to
       
   267                 // SIP profile.
       
   268                 PerformInstantForceSipProfileDisable();
       
   269                 break;
       
   270                 }
   263 
   271 
   264             case EIncorrectSettings:
   272             case EIncorrectSettings:
   265                 {
   273                 {
   266                 iSubService.HandleConnectionEvent( EScpRegistrationFailed );
   274                 iSubService.HandleConnectionEvent( EScpRegistrationFailed );
   267                 }
   275                 }