added observer to repository and updated tests
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
|
||||
void update_name(const std::string& name) const;
|
||||
|
||||
virtual void on_attach() const = 0;
|
||||
virtual void on_detach() const = 0;
|
||||
|
||||
endpoint_iterator register_relation_endpoint(const std::type_index &type, const std::shared_ptr<relation_endpoint> &endpoint);
|
||||
void unregister_relation_endpoint(const std::type_index &type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user