Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / PPI / SocketSource.hh
index d6af335..185aade 100644 (file)
@@ -37,7 +37,7 @@
 #include "IOEvent.hh"
 
 //#include "SocketSource.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace ppi {
@@ -162,10 +162,10 @@ namespace module {
         connector::ActiveOutput<typename Reader::PacketType> 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
@@ -188,7 +188,7 @@ namespace module {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "SocketSource.cci"
 #include "SocketSource.ct"
 #include "SocketSource.cti"