Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55670 - in trunk: boost/asio libs/asio/doc
From: chris_at_[hidden]
Date: 2009-08-19 18:44:04


Author: chris_kohlhoff
Date: 2009-08-19 18:44:02 EDT (Wed, 19 Aug 2009)
New Revision: 55670
URL: http://svn.boost.org/trac/boost/changeset/55670

Log:
Clarify that deadline_timer uses a UTC-based clock by default.

Text files modified:
   trunk/boost/asio/deadline_timer.hpp | 2 +-
   trunk/libs/asio/doc/reference.qbk | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/asio/deadline_timer.hpp
==============================================================================
--- trunk/boost/asio/deadline_timer.hpp (original)
+++ trunk/boost/asio/deadline_timer.hpp 2009-08-19 18:44:02 EDT (Wed, 19 Aug 2009)
@@ -28,7 +28,7 @@
 namespace boost {
 namespace asio {
 
-/// Typedef for the typical usage of timer.
+/// Typedef for the typical usage of timer. Uses a UTC clock.
 typedef basic_deadline_timer<boost::posix_time::ptime> deadline_timer;
 
 } // namespace asio

Modified: trunk/libs/asio/doc/reference.qbk
==============================================================================
--- trunk/libs/asio/doc/reference.qbk (original)
+++ trunk/libs/asio/doc/reference.qbk 2009-08-19 18:44:02 EDT (Wed, 19 Aug 2009)
@@ -35354,7 +35354,7 @@
 [section:deadline_timer deadline_timer]
 
 [indexterm1 deadline_timer]
-Typedef for the typical usage of timer.
+Typedef for the typical usage of timer. Uses a UTC clock.
 
 
   typedef basic_deadline_timer< boost::posix_time::ptime > deadline_timer;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk