X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FDatagramSocketProtocol.hh;h=1c1fde6f27b67d3aeef0886561c5511244f0196e;hb=d0c31526ac12869eed085891e3ae13e8b21072e6;hp=73df0630c55fdc60ecf27d5c84aa15853435ab34;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/DatagramSocketProtocol.hh b/senf/Socket/Protocols/DatagramSocketProtocol.hh index 73df063..1c1fde6 100644 --- a/senf/Socket/Protocols/DatagramSocketProtocol.hh +++ b/senf/Socket/Protocols/DatagramSocketProtocol.hh @@ -28,16 +28,16 @@ // Custom includes #include -#include "../../Socket/SocketProtocol.hh" -#include "../../Scheduler/ClockService.hh" +#include +#include //#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"