(THRIFT-69) Fix Util::currentTime for use in applications.
commitcf0c42c912aaae6423ca4d1885eb30faea61da4b
authordreiss <dreiss@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Jul 2008 00:45:29 +0000 (11 00:45 +0000)
committerdreiss <dreiss@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Jul 2008 00:45:29 +0000 (11 00:45 +0000)
tree6b4445e45da6575046dde340ee010d4abb5f3cd5
parent0946a5ae830682115c20a979539a26c462ab0b28
(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