accessoryservices/pluggeddisplay/pluggeddisplayengine/src/tvoutconfigforhdmi.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 17 0b0048910c20
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
   219     TBool currentCopyProtectStatus = iTvConfig->CopyProtectionStatus();
   219     TBool currentCopyProtectStatus = iTvConfig->CopyProtectionStatus();
   220 
   220 
   221     if  ( iLastRecordedCopyProtectEnabledStatus != currentCopyProtectStatus )
   221     if  ( iLastRecordedCopyProtectEnabledStatus != currentCopyProtectStatus )
   222         {
   222         {
   223         INFO("Copy Protection status changed while not listening.");
   223         INFO("Copy Protection status changed while not listening.");
   224 		iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;
   224         iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;
   225         retStruct.iFSMEventId = EIfTVOutConfigEventSetCopyProtectStatusChanged;
   225         retStruct.iFSMEventId = EIfTVOutConfigEventSetCopyProtectStatusChanged;
   226         }
   226         }
   227     else if ( !IsActive() )
   227     else if ( !IsActive() )
   228         {
   228         {
   229         iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;
   229         iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;
   643 // ----------------------------------------------------------------------------
   643 // ----------------------------------------------------------------------------
   644 // CTVOutConfigForHDMI::RunError
   644 // CTVOutConfigForHDMI::RunError
   645 //
   645 //
   646 // ----------------------------------------------------------------------------
   646 // ----------------------------------------------------------------------------
   647 //
   647 //
   648 TInt CTVOutConfigForHDMI::RunError( TInt aError )
   648 TInt CTVOutConfigForHDMI::RunError( TInt /*aError*/ )
   649     {
   649     {
   650     FUNC_LOG;
   650     FUNC_LOG;
   651 
   651 
   652     switch ( iNextOpt )
   652     switch ( iNextOpt )
   653         {
   653         {