phoneapp/phoneuiview/src/cphoneincallindicator.cpp
branchRCL_3
changeset 31 ba54057fe027
parent 1 838b0a10d15b
equal deleted inserted replaced
25:91c2fb4b78df 31:ba54057fe027
   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 
       
   319 //  End of File  
   310 //  End of File  
   320 
   311