aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/time.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* base/time: make get_time static, constructor protectedAlexander Sulfrian2013-01-181-2/+18
| | | | | | The Time class does not have any state so the get_time method could be static. Because the Time class now has only static methods, deny creation by making the ctor protected.
* base/time: removed unused RelativeTimerAlexander Sulfrian2013-01-181-23/+0
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* converted UTime.pas to c++Alexander Sulfrian2013-01-051-0/+63