trunk/branch integration: documentation

This commit is contained in:
Marian Krivos 2011-08-22 17:55:08 +00:00
parent e7f1180081
commit 9cdac43cca

View File

@ -50,6 +50,11 @@ namespace Poco {
class Foundation_API Stopwatch
/// A simple facility to measure time intervals
/// with microsecond resolution.
///
/// Note that Stopwatch is based on the Timestamp
/// class. Therefore, if during a Stopwatch run,
/// the system time is changed, the measured time
/// will not be correct.
{
public:
Stopwatch();