some more ref replacements

This commit is contained in:
2022-07-25 11:24:13 +02:00
parent 899d021e00
commit 973d4ee8a5
8 changed files with 22 additions and 15 deletions

View File

@ -70,7 +70,7 @@ class CommandingServiceBase : public SystemObject,
size_t queueDepth = 20);
~CommandingServiceBase() override;
void setCustomTmStore(StorageManagerIF* store);
void setCustomTmStore(StorageManagerIF& store);
/**
* This setter can be used to set the packet source individually instead
* of using the default static framework ID set in the factory.