phoneapp/silenceactionplugin/src/silenceaction.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    79     {
    79     {
    80     LOG_1( _L("->CSilenceAction::ConstructL: START") );     
    80     LOG_1( _L("->CSilenceAction::ConstructL: START") );     
    81 
    81 
    82     iPhoneClient = CPhCltCommandHandler::NewL();
    82     iPhoneClient = CPhCltCommandHandler::NewL();
    83 
    83 
    84 	LOG_1( _L("<-CSilenceAction::ConstructL: END") );
    84     LOG_1( _L("<-CSilenceAction::ConstructL: END") );
    85     }
    85     }
    86 
    86 
    87 //-----------------------------------------------------------------------------
    87 //-----------------------------------------------------------------------------
    88 // CSilenceAction::ActionMuteRingingToneL
    88 // CSilenceAction::ActionMuteRingingToneL
    89 //-----------------------------------------------------------------------------
    89 //-----------------------------------------------------------------------------
    92     {
    92     {
    93     LOG_1( _L("->CSilenceAction::ActionMuteRingingTone: START") );
    93     LOG_1( _L("->CSilenceAction::ActionMuteRingingTone: START") );
    94     if ( !IsActive() ) 
    94     if ( !IsActive() ) 
    95         {
    95         {
    96         iPhoneClient->MuteRingingTone(iStatus);
    96         iPhoneClient->MuteRingingTone(iStatus);
    97     	SetActive();
    97         SetActive();
    98         }
    98         }
    99 	LOG_1( _L("<-CSilenceAction::ActionMuteRingingTone: END") );
    99     LOG_1( _L("<-CSilenceAction::ActionMuteRingingTone: END") );
   100     }
   100     }
   101 //-----------------------------------------------------------------------------
   101 //-----------------------------------------------------------------------------
   102 // CSilenceAction::RunL
   102 // CSilenceAction::RunL
   103 //-----------------------------------------------------------------------------
   103 //-----------------------------------------------------------------------------
   104 //
   104 //