Added a Query parameter to cDevice::GetDevice(), so that devices can be queried without side effects when zapping

This commit is contained in:
Klaus Schmidinger
2012-03-02 10:43:26 +01:00
parent 28bc34b245
commit c8808a854b
4 changed files with 14 additions and 8 deletions

View File

@@ -6944,3 +6944,5 @@ Video Disk Recorder Revision History
attached to the device. Its boolean parameter has no meaning any more.
+ The default value for the Priority parameter of the function cDevice::ProvidesChannel()
has been changed to IDLEPRIORITY.
- Added a Query parameter to cDevice::GetDevice(), so that devices can be queried
without side effects when zapping.