| 180 | } |
| 181 | |
| 182 | void set_version(int32_t v) { |
| 183 | _have_version = true; |
| 184 | _version = v; |
| 185 | } |
| 186 | |
| 187 | bool has_version(void) const { return _have_version; } |
| 188 | int32_t version(void) const { return _version; } |
no outgoing calls
no test coverage detected