| 240 | } |
| 241 | |
| 242 | bool People_Impl::setPeopleDefinition(const PeopleDefinition& definition) { |
| 243 | return this->setPointer(this->definitionIndex(), definition.handle()); |
| 244 | } |
| 245 | |
| 246 | bool People_Impl::setDefinition(const SpaceLoadDefinition& definition) { |
| 247 | bool result = false; |
nothing calls this directly
no test coverage detected