keep on refactoring
This commit is contained in:
parent
d30e6ed759
commit
b07d017f86
6 changed files with 45 additions and 21 deletions
|
@ -37,7 +37,7 @@ public:
|
|||
|
||||
Component(
|
||||
const std::filesystem::path& path,
|
||||
const std::shared_ptr<Collection>& collection,
|
||||
const std::weak_ptr<Collection>& collection,
|
||||
const std::shared_ptr<Logger>& logger
|
||||
);
|
||||
|
||||
|
@ -55,7 +55,7 @@ private:
|
|||
private:
|
||||
State state;
|
||||
Type type;
|
||||
std::shared_ptr<Collection> collection;
|
||||
std::weak_ptr<Collection> collection;
|
||||
std::filesystem::path location;
|
||||
std::optional<nlohmann::json> scenario;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue