| 25 | } |
| 26 | |
| 27 | void Soar_Instance::init_Soar_Instance(sml::Kernel* pKernel) |
| 28 | { |
| 29 | m_Kernel = pKernel; |
| 30 | |
| 31 | /* -- Sets up the Output Manager -- */ |
| 32 | m_Output_Manager = &Output_Manager::Get_OM(); |
| 33 | m_Output_Manager->init_Output_Manager(pKernel, this); |
| 34 | |
| 35 | } |
| 36 | |
| 37 | Soar_Instance::~Soar_Instance() |
| 38 | { |
no test coverage detected