Make sure ordinal 1 is NewPhoneUIStateMachineFactoryL - new fix for Bug 1614 RCL_3
authorWilliam Roberts <williamr@symbian.org>
Sun, 04 Apr 2010 09:45:01 +0100
branchRCL_3
changeset 18 011c89ac62cb
parent 17 38529f706030
child 23 56ebb309c25d
Make sure ordinal 1 is NewPhoneUIStateMachineFactoryL - new fix for Bug 1614
phoneapp/phoneuistates/bwins/phoneuistatesu.def
--- a/phoneapp/phoneuistates/bwins/phoneuistatesu.def	Wed Mar 31 21:30:06 2010 +0300
+++ b/phoneapp/phoneuistates/bwins/phoneuistatesu.def	Sun Apr 04 09:45:01 2010 +0100
@@ -1,6 +1,6 @@
 EXPORTS
-	?ConstructL@CPhoneTwoSingles@@MAEXXZ @ 1 NONAME ; void CPhoneTwoSingles::ConstructL(void)
-	?NewPhoneUIStateMachineFactoryL@@YAPAVCPhoneUIStateMachineFactoryBase@@XZ @ 2 NONAME ; class CPhoneUIStateMachineFactoryBase * NewPhoneUIStateMachineFactoryL(void)
+	?NewPhoneUIStateMachineFactoryL@@YAPAVCPhoneUIStateMachineFactoryBase@@XZ @ 1 NONAME ; class CPhoneUIStateMachineFactoryBase * NewPhoneUIStateMachineFactoryL(void)
+	?ConstructL@CPhoneTwoSingles@@MAEXXZ @ 2 NONAME ; void CPhoneTwoSingles::ConstructL(void)
 	?SendGlobalErrorNoteL@CPhoneErrorMessagesHandler@@IAEXH@Z @ 3 NONAME ; void CPhoneErrorMessagesHandler::SendGlobalErrorNoteL(int)
 	?HandleKeyMessageL@CPhoneAlerting@@MAEXW4TPhoneKeyEventMessages@MPhoneKeyEvents@@W4TKeyCode@@@Z @ 4 NONAME ; void CPhoneAlerting::HandleKeyMessageL(enum MPhoneKeyEvents::TPhoneKeyEventMessages, enum TKeyCode)
 	?HandleKeyMessageL@CPhoneTwoSingles@@UAEXW4TPhoneKeyEventMessages@MPhoneKeyEvents@@W4TKeyCode@@@Z @ 5 NONAME ; void CPhoneTwoSingles::HandleKeyMessageL(enum MPhoneKeyEvents::TPhoneKeyEventMessages, enum TKeyCode)