From aa80b95124752095533cff761c3287d756ca26cd Mon Sep 17 00:00:00 2001 From: Marc Lasch Date: Wed, 12 Aug 2015 00:09:46 +0200 Subject: not working now --- src/apiHandler.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apiHandler.cpp (limited to 'src/apiHandler.cpp') diff --git a/src/apiHandler.cpp b/src/apiHandler.cpp new file mode 100644 index 0000000..231fd6c --- /dev/null +++ b/src/apiHandler.cpp @@ -0,0 +1,15 @@ +#include "apiHandler.h" + +using namespace std; + +apiHandler::apiHandler(struct mg_connection *conn) { + MyConnection = conn; +} + +apiHandler::~apiHandler(void) { } + +int apiHandler::processRequest(void) { + + return MG_FALSE; + +} -- cgit v1.2.1