Skip to content
Snippets Groups Projects
Commit 5a5b2051 authored by Moritz Gleissner's avatar Moritz Gleissner
Browse files

fix: took out testbool

parent 94b541a4
No related branches found
No related tags found
2 merge requests!458Fluxio/dev get types,!449Fluxio preliminary release
Pipeline #21275 failed
This commit is part of merge request !449. Comments created here will be created in the context of that merge request.
...@@ -79,8 +79,6 @@ namespace armarx::plugins ...@@ -79,8 +79,6 @@ namespace armarx::plugins
const auto& eventTypePtr = std::make_shared<aron::type::Object>(); const auto& eventTypePtr = std::make_shared<aron::type::Object>();
eventTypePtr->setObjectName("Event"); eventTypePtr->setObjectName("Event");
baseTypesPtr->addMemberType("Event", eventTypePtr); baseTypesPtr->addMemberType("Event", eventTypePtr);
const auto& testBoolTypePtr = std::make_shared<aron::type::Bool>();
baseTypesPtr->addMemberType("Bool", testBoolTypePtr);
std::unique_lock typesLock(fluxioDC.typesMutex); std::unique_lock typesLock(fluxioDC.typesMutex);
fluxioDC.types[keyName] = baseTypesPtr; fluxioDC.types[keyName] = baseTypesPtr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment