adaptationlayer/tsy/nokiatsy_dll/src/cmmmessagerouter.cpp
changeset 7 fa67e03b87df
parent 5 8ccc39f9d787
child 8 6295dc2169f3
equal deleted inserted replaced
6:942573423a60 7:fa67e03b87df
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
   210     //END INIT PHONET
   210     //END INIT PHONET
   211     /**************************************************************/
   211     /**************************************************************/
   212 
   212 
   213     iMmUiccMessHandler = CMmUiccMessHandler::NewL(
   213     iMmUiccMessHandler = CMmUiccMessHandler::NewL(
   214         iPhoNetSender,
   214         iPhoNetSender,
   215         iPhoNetReceiver, 
   215         iPhoNetReceiver,
   216         this );
   216         this );
   217 
   217 
   218     iMmDtmfMessHandler = CMmDtmfMessHandler::NewL(
   218     iMmDtmfMessHandler = CMmDtmfMessHandler::NewL(
   219         iPhoNetSender,
   219         iPhoNetSender,
   220         iPhoNetReceiver,
   220         iPhoNetReceiver,
   279         iPhoNetReceiver,
   279         iPhoNetReceiver,
   280         iMmNetMessHandler,
   280         iMmNetMessHandler,
   281         iMmSecurityMessHandler,
   281         iMmSecurityMessHandler,
   282         this,
   282         this,
   283         iMmUiccMessHandler );
   283         iMmUiccMessHandler );
   284     
   284 
   285     iMmPhoneBookStoreMessHandler = CMmPhoneBookStoreMessHandler::NewL(
   285     iMmPhoneBookStoreMessHandler = CMmPhoneBookStoreMessHandler::NewL(
   286         this,
   286         this,
   287         iMmUiccMessHandler);
   287         iMmUiccMessHandler);
   288 
   288 
   289     iMmENStoreMessHandler = CMmENStoreMessHandler::NewL(
   289     iMmENStoreMessHandler = CMmENStoreMessHandler::NewL(
   395             //CSD features
   395             //CSD features
   396             case EEtelCallLoanDataPort:
   396             case EEtelCallLoanDataPort:
   397             case EEtelCallRecoverDataPort:
   397             case EEtelCallRecoverDataPort:
   398             // for call control purposes
   398             // for call control purposes
   399             case ESatNotifyCallControlRequest:
   399             case ESatNotifyCallControlRequest:
       
   400             case ESatNotifySetUpCallPCmd:
   400                 {
   401                 {
   401                 messHandler = iMmCallMessHandler;
   402                 messHandler = iMmCallMessHandler;
   402                 break;
   403                 break;
   403                 }
   404                 }
   404             case EMobilePhoneSetNetworkSelectionSetting:
   405             case EMobilePhoneSetNetworkSelectionSetting: