13 lines
195 B
C++
13 lines
195 B
C++
#include <componentThread.h>
|
|
#include <mindThread.h>
|
|
#include <marionette/marionette.h>
|
|
|
|
namespace smo {
|
|
|
|
void MindThread::handleException()
|
|
{
|
|
mrntt::mrntt.exceptionInd();
|
|
}
|
|
|
|
} // namespace smo
|