| 60 | } |
| 61 | |
| 62 | boost::optional<std::string> ScheduleTypeLimits_Impl::numericType() const { |
| 63 | return getString(OS_ScheduleTypeLimitsFields::NumericType, true, true); |
| 64 | } |
| 65 | |
| 66 | std::string ScheduleTypeLimits_Impl::unitType() const { |
| 67 | boost::optional<std::string> value = getString(OS_ScheduleTypeLimitsFields::UnitType, true); |
no outgoing calls