Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base/time: make get_time static, constructor protected | Alexander Sulfrian | 2013-01-18 | 1 | -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 RelativeTimer | Alexander Sulfrian | 2013-01-18 | 1 | -23/+0 |
| | |||||
* | remove legacy keywords from file header | Alexander Sulfrian | 2013-01-13 | 1 | -2/+0 |
| | |||||
* | converted UTime.pas to c++ | Alexander Sulfrian | 2013-01-05 | 1 | -0/+63 |