示例#1
0
文件: Port.cpp 项目: neolynx/tvdaemon
bool Port::Scan( Activity &act )
{
  if( !source )
    return false;
  act.SetPort( this );
  if( !source->GetTransponderForScanning( act ))
    return false;
  return true;
}
示例#2
0
文件: Port.cpp 项目: neolynx/tvdaemon
bool Port::Tune( Activity &act )
{
  act.SetPort( this );
  return frontend.Tune( act );
}