----------------------------------------------------------------------------- Sets the timestamp to now, plus an offset in milliseconds -----------------------------------------------------------------------------
| 66 | // Sets the timestamp to now, plus an offset in milliseconds |
| 67 | //----------------------------------------------------------------------------- |
| 68 | void TimeStamp::SetTime |
| 69 | ( |
| 70 | int32 _milliseconds // = 0 |
| 71 | ) |
| 72 | { |
| 73 | m_pImpl->SetTime( _milliseconds ); |
| 74 | } |
| 75 | |
| 76 | //----------------------------------------------------------------------------- |
| 77 | // <TimeStamp::TimeRemaining> |
no outgoing calls
no test coverage detected