changed the year in copyright notices to 2011-2012
[deb_libcec.git] / src / lib / devices / CECAudioSystem.h
index 7f2254952c3f2d760cf9145a8d4efab2c994226d..de2a0cc07d14d8e08bab5b21db2633880ecbb8dd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -47,9 +47,9 @@ namespace CEC
     virtual bool TransmitSetSystemAudioMode(cec_logical_address dest);
     virtual bool TransmitSystemAudioModeStatus(cec_logical_address dest);
 
-    virtual uint8_t VolumeUp(bool bWait = true);
-    virtual uint8_t VolumeDown(bool bWait = true);
-    virtual uint8_t MuteAudio(bool bWait = true);
+    virtual uint8_t VolumeUp(bool bSendRelease = true);
+    virtual uint8_t VolumeDown(bool bSendRelease = true);
+    virtual uint8_t MuteAudio(bool bSendRelease = true);
 
     virtual bool TransmitActiveSource(void) { return false; }