phoneapp/phoneuicontrol/src/cphonestatestartup.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 0 5f000ab63145
child 5 2a26698d78ba
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   132 
   132 
   133 // -----------------------------------------------------------
   133 // -----------------------------------------------------------
   134 // CPhoneStateStartup::HandlePEConstructionReadyL
   134 // CPhoneStateStartup::HandlePEConstructionReadyL
   135 // -----------------------------------------------------------
   135 // -----------------------------------------------------------
   136 //
   136 //
   137 void CPhoneStateStartup::HandlePEConstructionReadyL( TInt /*aCallId*/ )
   137 EXPORT_C void CPhoneStateStartup::HandlePEConstructionReadyL( TInt /*aCallId*/ )
   138     {
   138     {
   139     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateStartup::HandlePEConstructionReadyL() ");
   139     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateStartup::HandlePEConstructionReadyL() ");
   140     // Indicate that phone engine construction is ready
   140     // Indicate that phone engine construction is ready
   141     iPEReady = ETrue;
   141     iPEReady = ETrue;
   142 
   142