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);
|
|
|
|
|
|
|
|
void register_command_handler(const std::string& module_name);
|