diff -r 41a7f70b3818 -r 5266b1f337bd phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp --- a/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp Tue Aug 31 15:14:29 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp Wed Sep 01 12:30:10 2010 +0100 @@ -52,11 +52,11 @@ // --------------------------------------------------------- CPhoneErrorMessagesHandler* CPhoneUIStateMachineFactoryGSM::CreatePhoneErrorMessagesHandlerL( - MPhoneViewCommandHandle* aViewCommandHandle, - MPhoneStateMachine* aStateMachine ) + MPhoneViewCommandHandle* aViewCommandHandle, + MPhoneStateMachine* aStateMachine ) { return CPhoneErrorMessagesHandler::NewL( aViewCommandHandle, - aStateMachine ); + aStateMachine ); } // ---------------------------------------------------------