[mythtv-commits] Ticket #4863: ManagedListSetting::getValue() does not properly overrirde Setting::getValue()

MythTV mythtv at cvs.mythtv.org
Tue Mar 4 21:09:33 UTC 2008


#4863: ManagedListSetting::getValue() does not properly overrirde
Setting::getValue()
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr 
     Type:  defect                           |      Status:  new 
 Priority:  minor                            |   Milestone:  0.22
Component:  mythtv                           |     Version:  head
 Severity:  low                              |     Mlocked:  0   
---------------------------------------------+------------------------------
 The signature for ManagedListSetting::getValue() does not match the
 signature of Setting::getValue(). So the inheritor does not properly
 override the inherited. This can cause weird problems where a user would
 think they are calling one member function but will be calling the other.
 In this case it means that the DB will not be in sync with the list when
 the value is returned.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4863>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list