| 36 | // |
| 37 | |
| 38 | void MyShutdownHandler(smlSystemEventId id, void* pUserData, Kernel* pKernel) |
| 39 | { |
| 40 | pKernel->SetConnectionInfo("RHSemotion", sml_Names::kStatusClosing, sml_Names::kStatusClosing); |
| 41 | exit(0); |
| 42 | } |
| 43 | |
| 44 | int main(int argc, char** argv) |
| 45 | { |
nothing calls this directly
no test coverage detected