| 179 | } |
| 180 | |
| 181 | osmoh::HourMinutes::TMinutes::rep GetDuration(osmoh::Time const & time) |
| 182 | { |
| 183 | return time.GetHourMinutes().GetDurationCount(); |
| 184 | } |
| 185 | |
| 186 | bool Includes(osmoh::Timespan const & a, osmoh::Timespan const & b) |
| 187 | { |
no test coverage detected