(THRIFT-69) Fix Util::currentTime for use in applications.
authorDavid Reiss <dreiss@apache.org>
Fri, 11 Jul 2008 00:45:29 +0000 (00:45 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 11 Jul 2008 00:45:29 +0000 (00:45 +0000)
commit53f18f01bea79d373d0bb1138b67c03e42f4143c
tree6b4445e45da6575046dde340ee010d4abb5f3cd5
parent615da249957987b39887eb12abe887ad6c883114
(THRIFT-69) Fix Util::currentTime for use in applications.

This function didn't work properly when used outside of the Thrift library
because config.h isn't available.  This patch fixes the issue by moving
the function definition into the library.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@675819 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/concurrency/Util.cpp [new file with mode: 0644]
lib/cpp/src/concurrency/Util.h