accessoryservices/pluggeddisplay/pluggeddisplayengine/src/tvoutconfigforhdmi.cpp
changeset 35 f7565e9c9ce8
parent 13 cef4ff1e6c4f
child 48 86cf7a1b7eb9
equal deleted inserted replaced
29:e5a0aab53f3f 35:f7565e9c9ce8
   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;