Cleared SourceForge reported issue where ThreadUserTimer was not exported

pull/2/head
Jeffrey Walton 2015-06-08 02:01:46 -04:00
parent 1d237fe79d
commit 989f98c1a0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ private:
//! measure CPU time spent executing instructions of this thread (if supported by OS) //! measure CPU time spent executing instructions of this thread (if supported by OS)
/*! /note This only works correctly on Windows NT or later. On Unix it reports process time, and others wall clock time. /*! /note This only works correctly on Windows NT or later. On Unix it reports process time, and others wall clock time.
*/ */
class ThreadUserTimer : public TimerBase class CRYPTOPP_DLL ThreadUserTimer : public TimerBase
{ {
public: public:
ThreadUserTimer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {} ThreadUserTimer(Unit unit = TimerBase::SECONDS, bool stuckAtZero = false) : TimerBase(unit, stuckAtZero) {}