2016-05-30 23:58:58 -04:00
|
|
|
#pragma once
|
2016-05-19 10:41:06 -04:00
|
|
|
|
|
|
|
#include "exception.hpp"
|
|
|
|
|
|
|
|
DefineBaseException(ApplicationError);
|
|
|
|
|
|
|
|
void register_pid(pid_t pid);
|
|
|
|
void unregister_pid(pid_t pid);
|
|
|
|
|
2016-06-20 21:59:43 -04:00
|
|
|
void register_command_handler(std::string module_name);
|