equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2008 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". |
209 message = CIpVmbxEngine::EEngineIncorrectAccount; |
209 message = CIpVmbxEngine::EEngineIncorrectAccount; |
210 break; |
210 break; |
211 case KErrTimedOut: |
211 case KErrTimedOut: |
212 message = CIpVmbxEngine::EEngineSubscribeRejected; |
212 message = CIpVmbxEngine::EEngineSubscribeRejected; |
213 break; |
213 break; |
|
214 case KErrSIPResolvingFailure: |
|
215 message = CIpVmbxEngine::EEngineFatalNetworkError; |
|
216 break; |
214 default: |
217 default: |
215 message = CIpVmbxEngine::EEngineNetworkError; |
218 message = CIpVmbxEngine::EEngineNetworkError; |
216 } |
219 } |
217 |
220 |
218 iEngine.HandleMessage( subscription->ServiceProviderId(), message ); |
221 iEngine.HandleMessage( subscription->ServiceProviderId(), message ); |