this seems to work

This commit is contained in:
2022-09-29 19:21:24 +02:00
parent f78344b8fb
commit 7c5308429c
14 changed files with 127 additions and 44 deletions

View File

@ -7,7 +7,7 @@
class TestController : public ExtendedControllerBase {
public:
TestController(object_id_t objectId, object_id_t parentId, size_t commandQueueDepth = 10);
TestController(object_id_t objectId, size_t commandQueueDepth = 10);
virtual ~TestController();
protected: