X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSource.hh;h=4ae8e8ea13911ad70007092d1d30710808bcd42e;hb=afd2847ae3a28f1fbd8a75b6d4c37044e1aade2f;hp=7c06aff6b329888397166195e8a15d522c1071bc;hpb=9d13f0ba899d246a930acbe0d06ba00a962a2de6;p=senf.git diff --git a/senf/PPI/SocketSource.hh b/senf/PPI/SocketSource.hh index 7c06aff..4ae8e8e 100644 --- a/senf/PPI/SocketSource.hh +++ b/senf/PPI/SocketSource.hh @@ -140,9 +140,6 @@ namespace module { /**< Assigning an empty or in-valid() handle will disable the module until a new, valid handle is assigned. */ - bool enabled(); ///< Check is the IOEvent of the Source is enabled - void enabled( bool state); ///< Change the state of the Source's IOEvent - private: void read();