mmsharing/mmshengine/src/musengmcesession.cpp
changeset 25 53c1c4459a94
parent 22 496ad160a278
equal deleted inserted replaced
22:496ad160a278 25:53c1c4459a94
   536 
   536 
   537 // -----------------------------------------------------------------------------
   537 // -----------------------------------------------------------------------------
   538 // From MLcSession
   538 // From MLcSession
   539 // -----------------------------------------------------------------------------
   539 // -----------------------------------------------------------------------------
   540 //
   540 //
   541 TBool CMusEngMceSession::SendDialTone( TChar aKey)
   541 TBool CMusEngMceSession::SendDialTone( TChar /*aKey*/)
   542     {
   542     {
   543     MUS_LOG1( "mus: [ENGINE]     -> CMusEngMceSession::SendDialTone() %c", 
   543     // Handle Key once implemented
   544                  aKey )
       
   545     return ETrue;
   544     return ETrue;
   546     }
   545     }
   547 
   546 
   548 // -----------------------------------------------------------------------------
   547 // -----------------------------------------------------------------------------
   549 // From MLcAudioControl
   548 // From MLcAudioControl