[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Jun 5 20:30:03 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Sun Jun  5 20:29:17 2005

Modified Files:
   in mythtv/libs/libmythtv:
        dvbtypes.h 
Log Message:

Changed dvbchannel_t from a struct to a class with constructor. The
dvbchannel_t struct contains a PMTObject, which contains some vectors
that need to be initialized properly but weren't being initialized
properly.

The dvbchannel_t class is still a very thin abstraction, there are no
set and get methods, and the mutex is not initialized in the 
constructor.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list