Add log methods to Qt4 API, not implemented yet
[deb_shairplay.git] / src / bindings / qt4 / raopcallbackhandler.cpp
index edb50db73408db3ce61e4c5be270606b887f830f..8e18053134a1c2e0e78bdc91e3094bb921248e61 100644 (file)
@@ -1,3 +1,26 @@
+/**
+ * Copyright (C) 2012  Juho Vähä-Herttua
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ */
+
 #include "raopcallbackhandler.h"
 
 RaopCallbackHandler::RaopCallbackHandler(QObject *parent) :
@@ -5,7 +28,7 @@ RaopCallbackHandler::RaopCallbackHandler(QObject *parent) :
 {
 }
 
-void RaopCallbackHandler::init(RaopCallbacks *callbacks)
+void RaopCallbackHandler::init(RaopAudioHandler *callbacks)
 {
     m_callbacks = callbacks;
 }