X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDatagramSocketProtocol.hh;h=73df0630c55fdc60ecf27d5c84aa15853435ab34;hb=bae3887d7fa0525255a74c0d788ffe6190a2a904;hp=236d8ca4001d43cf00e7e86740f0cb6c1065d7c8;hpb=6ccff463b40b246fcb8a2e4f1b6c72beb7421921;p=senf.git diff --git a/Socket/Protocols/DatagramSocketProtocol.hh b/Socket/Protocols/DatagramSocketProtocol.hh index 236d8ca..73df063 100644 --- a/Socket/Protocols/DatagramSocketProtocol.hh +++ b/Socket/Protocols/DatagramSocketProtocol.hh @@ -23,8 +23,8 @@ /** \file \brief DatagramSocketProtocol public header */ -#ifndef HH_DatagramSocketProtocol_ -#define HH_DatagramSocketProtocol_ 1 +#ifndef HH_SENF_Socket_Protocols_DatagramSocketProtocol_ +#define HH_SENF_Socket_Protocols_DatagramSocketProtocol_ 1 // Custom includes #include @@ -51,10 +51,6 @@ namespace senf { received from the network. This allows precise network timing. - The returned value can be converted to the - senf::ClockService::clock_type representation using - semf::ClockService::from_timeval(). - \pre The \c SO_TIMESTAMP socket option must not be set on the socket. \returns timestamp when last packet was received */