phoneapp/phoneuiview/src/cphoneincallindicator.cpp
changeset 1 838b0a10d15b
parent 0 5f000ab63145
child 10 ba54057fe027
equal deleted inserted replaced
0:5f000ab63145 1:838b0a10d15b
   305     static_cast<CPhoneIncallIndicator*>( aAny )->UpdateWithRecovery();
   305     static_cast<CPhoneIncallIndicator*>( aAny )->UpdateWithRecovery();
   306     
   306     
   307     return KErrNone;
   307     return KErrNone;
   308     }
   308     }
   309 
   309 
       
   310 // ---------------------------------------------------------
       
   311 // CPhoneIncallIndicator::IsEmergencyCall
       
   312 // ---------------------------------------------------------
       
   313 //
       
   314 TBool CPhoneIncallIndicator::IsEmergencyCall()
       
   315     {
       
   316     return iEmergency;
       
   317     }
       
   318 
   310 //  End of File  
   319 //  End of File  
   311 
   320