[mythtv-commits] mythtv commit: r7031 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 15 18:23:39 UTC 2005


      Author: danielk
        Date: 2005-08-15 18:23:38 +0000 (Mon, 15 Aug 2005)
New Revision: 7031
   Changeset: http://cvs.mythtv.org/trac/changeset/7031

Modified:

   trunk/mythtv/libs/libmythtv/dvbchannel.cpp
   trunk/mythtv/libs/libmythtv/dvbchannel.h
   trunk/mythtv/libs/libmythtv/scanwizard.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

This commit removes the remaining recording and signal
monitoring code from DVBChannel, possible now that 
neither TVRec nor SIScan expects that of DVBChannel.

It also removes some methods that have been deprecated for
a while and are no longer used, and changes TuneTransport()
from public to private method. It is no longer used outside
DVBChannel.

Finally, this removes the friend declarations for TVRec,
SIScan and ScanWizardScanner in DVBChannel. These were only
needed because these classes needed to control DVBChannel's 
DVBSIParser instance, which no longer exists.






More information about the mythtv-commits mailing list