diff -r 942573423a60 -r fa67e03b87df adaptationlayer/tsy/nokiatsy_dll/src/cmmmessagerouter.cpp --- a/adaptationlayer/tsy/nokiatsy_dll/src/cmmmessagerouter.cpp Fri Jan 22 10:04:04 2010 +0200 +++ b/adaptationlayer/tsy/nokiatsy_dll/src/cmmmessagerouter.cpp Wed Feb 17 13:58:55 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: * */ @@ -212,7 +212,7 @@ iMmUiccMessHandler = CMmUiccMessHandler::NewL( iPhoNetSender, - iPhoNetReceiver, + iPhoNetReceiver, this ); iMmDtmfMessHandler = CMmDtmfMessHandler::NewL( @@ -281,7 +281,7 @@ iMmSecurityMessHandler, this, iMmUiccMessHandler ); - + iMmPhoneBookStoreMessHandler = CMmPhoneBookStoreMessHandler::NewL( this, iMmUiccMessHandler); @@ -397,6 +397,7 @@ case EEtelCallRecoverDataPort: // for call control purposes case ESatNotifyCallControlRequest: + case ESatNotifySetUpCallPCmd: { messHandler = iMmCallMessHandler; break;