| 142 | } |
| 143 | |
| 144 | void |
| 145 | ConfigStoreImpl::set_boolean(const char* key, |
| 146 | DDS::Boolean value) |
| 147 | { |
| 148 | set_string(key, value ? "true" : "false"); |
| 149 | } |
| 150 | |
| 151 | DDS::Boolean |
| 152 | ConfigStoreImpl::get_boolean(const char* key, |
no outgoing calls
no test coverage detected