aboutsummaryrefslogtreecommitdiffstats
path: root/src/N-Commands/RelationshipHandler.hpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-08-23 12:41:55 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-08-23 12:43:23 +0200
commit3314a53d0cf0a135fe6f82fcc7b6f4df84f70436 (patch)
treec17358c94c6211ba5408935a170a7d66f9c83bb4 /src/N-Commands/RelationshipHandler.hpp
parent70d5a9cf40546e0013a4761a2b0060963a21b13c (diff)
downloadn_core-3314a53d0cf0a135fe6f82fcc7b6f4df84f70436.tar.gz
n_core-3314a53d0cf0a135fe6f82fcc7b6f4df84f70436.zip
clean start, clean CMakeLists.txt
Diffstat (limited to 'src/N-Commands/RelationshipHandler.hpp')
-rw-r--r--src/N-Commands/RelationshipHandler.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/N-Commands/RelationshipHandler.hpp b/src/N-Commands/RelationshipHandler.hpp
deleted file mode 100644
index fe9c0ea..0000000
--- a/src/N-Commands/RelationshipHandler.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-#include <mongoose.h>
-#include <mongoose/Request.h>
-#include <mongoose/JsonResponse.h>
-
-class RelationshipHandler {
-public:
- void onCall(Mongoose::Request& request, Mongoose::JsonResponse& response);
-
-};