Example #1
0
CPVREpgInfoTagPtr CPVRChannel::GetEPGPrevious() const
{
  CPVREpgInfoTagPtr tag;
  const CPVREpgPtr epg = GetEPG();
  if (epg)
    tag = epg->GetTagPrevious();

  return tag;
}