accessoryservices/pluggeddisplay/pluggeddisplayengine/src/tvoutconfigforhdmi.cpp
branchRCL_3
changeset 17 0b0048910c20
parent 6 6bb05bdcbe09
child 21 ccb4f6b3db21
equal deleted inserted replaced
15:b2f9f823b5fb 17:0b0048910c20
   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         retStruct.iFSMEventId = EIfTVOutConfigEventSetCopyProtectStatusChanged;
   225         retStruct.iFSMEventId = EIfTVOutConfigEventSetCopyProtectStatusChanged;
   225         }
   226         }
   226     else if ( !IsActive() )
   227     else if ( !IsActive() )
   227         {
   228         {
   228         iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;
   229         iLastRecordedCopyProtectEnabledStatus = currentCopyProtectStatus;