Move intrinEventInd()s from MarionetteComponent=>Director
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -7,10 +7,5 @@
|
||||
namespace smo {
|
||||
namespace mrntt {
|
||||
|
||||
void MarionetteComponent::negtrinEventInd(void)
|
||||
{
|
||||
std::cout << __func__ << ": Handling negtrin event." << std::endl;
|
||||
}
|
||||
|
||||
} // namespace mrntt
|
||||
} // namespace smo
|
||||
|
||||
Reference in New Issue
Block a user