| 74 | } |
| 75 | |
| 76 | boost::optional<Unit> ScheduleTypeLimits_Impl::units(bool returnIP) const { |
| 77 | return ScheduleTypeLimits::units(unitType(), returnIP); |
| 78 | } |
| 79 | |
| 80 | bool ScheduleTypeLimits_Impl::setLowerLimitValue(double lowerLimitValue) { |
| 81 | bool result = false; |