Fix regressions introduced in r78802.

Reference #6940. Rename TIME_UTC to TIME_UTC_

[SVN r78972]
This commit is contained in:
Jürgen Hunold
2012-06-16 12:05:44 +00:00
parent 2c5c074091
commit 390dce6172

View File

@@ -71,7 +71,7 @@ inline bool in_range(const boost::posix_time::ptime& xt, int secs=1)
boost::xtime xsecs(int secs) boost::xtime xsecs(int secs)
{ {
boost::xtime ret; boost::xtime ret;
boost::xtime_get(&ret, boost::TIME_UTC); boost::xtime_get(&ret, boost::TIME_UTC_);
ret.sec += secs; ret.sec += secs;
return ret; return ret;
} }