Socket: Move protocol into the socket body (as private base class) and allow non...
[senf.git] / Socket / Protocols / DVB / DVBFrontendHandle.hh
index f40bab9..626a372 100644 (file)
@@ -54,7 +54,7 @@ namespace senf {
     /** \brief xxx
      */
     class DVBFrontendProtocol
-        : public ConcreteSocketProtocol<DVBFrontend_Policy>
+        : public ConcreteSocketProtocol<DVBFrontend_Policy, DVBFrontendProtocol>
     {
     public:
         ///////////////////////////////////////////////////////////////////////////
@@ -75,8 +75,6 @@ namespace senf {
         unsigned available() const;
         bool eof() const;
 
-        std::auto_ptr<SocketProtocol> clone() const;
-
         ///@}
         
         void signalStrength(int16_t *strength) const;