Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Socket / Protocols / DatagramSocketProtocol.hh
index a0586b7..1c1fde6 100644 (file)
 #include <senf/Scheduler/ClockService.hh>
 
 //#include "DatagramSocketProtocol.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
     ///\addtogroup protocol_facets_group
-    ///\{
+    //\{
 
     /** \brief Protocol facet providing generic BSD datagram socket functionality
       */
@@ -45,6 +45,8 @@ namespace senf {
         : public virtual SocketProtocol
     {
     public:
+        ClockService::clock_type timestamp_system() const; ///< Return packet timestamp of last packet
+
         ClockService::clock_type timestamp() const; ///< Return packet timestamp of last packet
                                         /**< The returned timestamp represents the time, at which
                                              the last network packet passed to the user has been
@@ -55,12 +57,12 @@ namespace senf {
                                                  on the socket.
                                              \returns timestamp when last packet was received */
     };
-    
 
-    ///\}
+
+    //\}
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 //#include "DatagramSocketProtocol.cci"
 //#include "DatagramSocketProtocol.ct"
 //#include "DatagramSocketProtocol.cti"