X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSocketSource.hh;fp=senf%2FPPI%2FSocketSource.hh;h=94ce0235bf1b72ab44a00544748a75f8aafa5672;hb=73a2b9252afa039e5e8d0cace3f658478b696483;hp=d6af3357cc40f8bfed94adb118463bc4cb1d887a;hpb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;p=senf.git diff --git a/senf/PPI/SocketSource.hh b/senf/PPI/SocketSource.hh index d6af335..94ce023 100644 --- a/senf/PPI/SocketSource.hh +++ b/senf/PPI/SocketSource.hh @@ -162,10 +162,10 @@ namespace module { connector::ActiveOutput output; ///< Output connector to which the data received is written - ActiveBurstSocketSource(unsigned max_burst); - explicit ActiveBurstSocketSource(Reader reader, unsigned max_burst); - explicit ActiveBurstSocketSource(Handle const & handle, unsigned max_burst); - ActiveBurstSocketSource(Handle const & handle, Reader reader, unsigned max_burst); + ActiveBurstSocketSource(unsigned max_burst=0); + explicit ActiveBurstSocketSource(Reader reader, unsigned max_burst=0); + explicit ActiveBurstSocketSource(Handle const & handle, unsigned max_burst=0); + ActiveBurstSocketSource(Handle const & handle, Reader reader, unsigned max_burst=0); Reader & reader(); ///< Access Reader helper Handle handle(); ///< Access handle