PPI: bugfix for FIFOQueueingAlgorithm
[senf.git] / senf / Scheduler / ClockService.hh
index 59b3de0..cc859af 100644 (file)
@@ -83,14 +83,14 @@ namespace senf {
 
         /** \brief Absolute time data type
 
-            <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+            <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
             datatype used to represent absolute date/time values.
          */
         typedef boost::posix_time::ptime abstime_type;
 
         /** \brief Relative time data type
 
-            <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+            <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
             datatype used to represent time intervals
          */
         typedef boost::posix_time::time_duration reltime_type;
@@ -101,7 +101,7 @@ namespace senf {
 
         static abstime_type abstime(clock_type clock); ///< Convert clock to absolute time
                                         /**< This member converts a clock value into an absolute
-                                             <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+                                             <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
                                              value.
                                              \note You should not base timeout calculations on this
                                                  absolute time value. Clock time is guaranteed to be
@@ -110,7 +110,7 @@ namespace senf {
 
         static reltime_type reltime(clock_type clock); ///< Convert clock to relative time
                                         /**< This member converts a clock value into a relative
-                                             <a href="www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
+                                             <a href="http://www.boost.org/doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
                                              time interval
                                              \note The resolution of reltime_type might be smaller
                                                  than the clock_type resolution */