added adapter & device parameters to dvb handles
[senf.git] / Socket / Protocols / DVB / DVBFrontendHandle.hh
index c1f628c..3e9dc8c 100644 (file)
@@ -27,6 +27,8 @@
 #define HH_DVBFrontendHandle_ 1
 
 // Custom includes
+#include <boost/cstdint.hpp>
+#include <linux/dvb/frontend.h> 
 #include "Socket/BufferingPolicy.hh"
 #include "Socket/FramingPolicy.hh"
 #include "Socket/CommunicationPolicy.hh"
@@ -34,8 +36,6 @@
 #include "Socket/ProtocolClientSocketHandle.hh"
 #include "Socket/SocketProtocol.hh"
 
-#include <linux/dvb/frontend.h> 
-
 //#include "DVBFrontendHandle.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
@@ -65,7 +65,7 @@ namespace senf {
         ///\name Constructors
         ///@{
 
-        void init_client() const;       ///< xxx
+        void init_client(boost::uint8_t adapter=0, boost::uint8_t device=0) const;       ///< xxx
                                         /**< \note This member is implicitly called from the
                                              ProtocolClientSocketHandle::ProtocolClientSocketHandle()
                                              constructor */