diff -r c84cf270c54f -r 92ab7f8d0eab phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp --- a/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp Tue Feb 02 00:10:04 2010 +0200 +++ b/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp Fri Mar 19 09:28:42 2010 +0200 @@ -52,11 +52,11 @@ // --------------------------------------------------------- CPhoneErrorMessagesHandler* CPhoneUIStateMachineFactoryGSM::CreatePhoneErrorMessagesHandlerL( - MPhoneViewCommandHandle* aViewCommandHandle, - MPhoneStateMachine* aStateMachine ) + MPhoneViewCommandHandle* aViewCommandHandle, + MPhoneStateMachine* aStateMachine ) { return CPhoneErrorMessagesHandler::NewL( aViewCommandHandle, - aStateMachine ); + aStateMachine ); } // ---------------------------------------------------------