Initial support for event reporting.
authorOssama Othman <ossama.othman@intel.com>
Fri, 4 Oct 2013 20:40:24 +0000 (13:40 -0700)
committerOssama Othman <ossama.othman@intel.com>
Fri, 4 Oct 2013 20:40:24 +0000 (13:40 -0700)
commitc87006a26458ae30986b074b1ee8b57fdd3723d1
tree7c3dba614ac80188eac34c238a682009e6edc6ec
parent835b56b0c2067bb4f4ff177f7b46f39fc1c148ea
Initial support for event reporting.

Signed-off-by: Ossama Othman <ossama.othman@intel.com>
include/settingsd/Makefile.am
include/settingsd/event_callback.hpp [new file with mode: 0644]
include/settingsd/response_callback.hpp
include/settingsd/send_callback.hpp [new file with mode: 0644]
lib/Makefile.am
lib/event_callback.cpp [new file with mode: 0644]
lib/manager.cpp
lib/response_callback.cpp
lib/send_callback.cpp [new file with mode: 0644]
src/websocket_server.cpp