phoneapp/phoneuicontrol/src/cphonestatestartup.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 19 544e34b3255a
child 58 40a3f856b14d
equal deleted inserted replaced
19:544e34b3255a 25:91c2fb4b78df
   274 // -----------------------------------------------------------------------------
   274 // -----------------------------------------------------------------------------
   275 //
   275 //
   276 void CPhoneStateStartup::InitializationReadyL()
   276 void CPhoneStateStartup::InitializationReadyL()
   277     {
   277     {
   278     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateStartup::InitializationReady() ");
   278     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneStateStartup::InitializationReady() ");
   279 	iStateMachine->SecurityMode()->Initialize();
   279     iStateMachine->SecurityMode()->Initialize();
   280  if ( !IsSimOk() )
   280     if ( !IsSimOk() )
   281         {
   281         {
   282         iCreateNote = CIdle::NewL( CActive::EPriorityHigh );
   282         iCreateNote = CIdle::NewL( CActive::EPriorityHigh );
   283         CreateAndShowNoteAfterIdle(); 
   283         CreateAndShowNoteAfterIdle(); 
   284         }
   284         }
   285     // Go to idle state
   285     // Go to idle state