Move intrinEventInd()s from MarionetteComponent=>Director

This commit is contained in:
2025-10-05 22:39:26 -04:00
parent 035accf553
commit 56367402d7
6 changed files with 51 additions and 9 deletions
+4
View File
@@ -58,6 +58,10 @@ public:
}
device::DeviceManager::getInstance().initializeDeviceReattacher();
// Call negtrinEventInd on the Director in the final callback
smo::mind::globalMind->director.negtrinEventInd();
context->callOriginalCb(success);
}
-5
View File
@@ -7,10 +7,5 @@
namespace smo {
namespace mrntt {
void MarionetteComponent::negtrinEventInd(void)
{
std::cout << __func__ << ": Handling negtrin event." << std::endl;
}
} // namespace mrntt
} // namespace smo