///////////////////////////////////////////////////////////////////////////
| 2096 | |
| 2097 | //////////////////////////////////////////////////////////////////////////////// |
| 2098 | time_t Variant::get_date() const { return _date; } |
| 2099 | |
| 2100 | //////////////////////////////////////////////////////////////////////////////// |
| 2101 | time_t Variant::get_duration() const { return _duration; } |
nothing calls this directly
no outgoing calls
no test coverage detected