#ifndef CJS_PROC_EVENT #define CJS_PROC_EVENT #include #include "string.cpp" namespace cjs { namespace event { void handle_bus_fire(int key_pass) { // cjs_str* key_str = cjs::str::receive(key_pass); // std::string key = key_str->to_str(); // delete key_str; // g_event_bus.fire(key); } } } #endif //CJS_PROC_EVENT