phoneapp/phoneuicontrol/src/cphonestatehandle.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuicontrol/src/cphonestatehandle.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuicontrol/src/cphonestatehandle.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -100,7 +100,9 @@
 // CPhoneStateHandle::StateMachine
 // ---------------------------------------------------------
 //
-MPhoneStateMachine* CPhoneStateHandle::StateMachine()
+// <-- QT PHONE START --> 
+EXPORT_C MPhoneStateMachine* CPhoneStateHandle::StateMachine()
+// <-- QT PHONE END --> 
     {   
     __ASSERT_DEBUG( Instance(), Panic( EPhoneCtrlSingletonNotInitialized ) );
     return iPhoneStateMachine;
@@ -126,7 +128,7 @@
     {
     TFileName fileName( KDriveZ );
     fileName.Append( KDC_SHARED_LIB_DIR );
-    fileName.Append( aFileName );	
+    fileName.Append( aFileName );   
     LoadLibraryHandleL( fileName, aFactoryUid );
     }
 
@@ -176,8 +178,8 @@
     
     // Create the phone error messages handler    
     iPhoneErrorMessagesHandler = 
-    	iStateMachineFactory->CreatePhoneErrorMessagesHandlerL( 
-    						iViewCommandHandle, iPhoneStateMachine );
+        iStateMachineFactory->CreatePhoneErrorMessagesHandlerL( 
+                            iViewCommandHandle, iPhoneStateMachine );
     }
 
 // End of File