Reorganized directory structure for tests and src

This commit is contained in:
Pavel Kirienko
2014-03-10 19:25:28 +04:00
parent 21fda96978
commit b86ea67563
43 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ public:
UtcTime& operator=(const Timestamp& ts)
{
*this = UtcTime::fromUSec(ts.husec * Timestamp::USEC_PER_LSB);
*this = fromUSec(ts.husec * Timestamp::USEC_PER_LSB);
return *this;
}