The new function cDevice::DeviceType() returns a string identifying the type of the given device

This commit is contained in:
Klaus Schmidinger
2012-04-04 09:52:15 +02:00
parent 0ac4d23cab
commit d5aa5f7294
5 changed files with 35 additions and 7 deletions

View File

@@ -7052,8 +7052,10 @@ Video Disk Recorder Revision History
- Fixed handling IDLEPRIORITY in cDvbDevice::ProvidesChannel() (thanks to Frank
Schmirler).
2012-04-01: Version 1.7.28
2012-04-04: Version 1.7.28
- Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4.
- Fixed getting the maximum short channel name length in case there are no short names
at all (reported by Derek Kelly).
- The new function cDevice::DeviceType() returns a string identifying the type of
the given device.