| 27 | } |
| 28 | |
| 29 | std::string AnnotationBase::getName() const |
| 30 | { |
| 31 | return _name; |
| 32 | }; |
| 33 | |
| 34 | void AnnotationBase::setGroup(const std::shared_ptr<AnnotationGroup>& group) { |
| 35 | std::shared_ptr<AnnotationGroup> currentGroup = _group.lock(); |
no outgoing calls
no test coverage detected