| 40 | void* KernelSML::s_hModule = NULL ; |
| 41 | |
| 42 | static soarxml::ElementXML* AddErrorMsg(Connection* pConnection, soarxml::ElementXML* pResponse, char const* pErrorMsg, int errorCode = -1) |
| 43 | { |
| 44 | pConnection->AddErrorToSMLResponse(pResponse, pErrorMsg, errorCode) ; |
| 45 | return pResponse ; |
| 46 | } |
| 47 | |
| 48 | /************************************************************* |
| 49 | * @brief Creates the singleton kernel object. |
no test coverage detected