Example #1
0
bool CPVRChannel::ClearEPG() const
{
  const CPVREpgPtr epg = GetEPG();
  if (epg)
    epg->Clear();

  return true;
}