aboutsummaryrefslogtreecommitdiff
path: root/ksocket/helper.hpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-09-15 14:20:27 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-09-15 14:20:27 +0200
commit79f2c4eb6636fabc032c72e3cca644725a369c0c (patch)
tree25909c36b44b6d5636f36fc8926ffe1b28adf9b7 /ksocket/helper.hpp
parent0cbfbe129934976359460fdbe69fb97632d81d24 (diff)
Added sanity checks for KSocket class.main
* added deprecation comment for helper.hpp Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ksocket/helper.hpp')
-rw-r--r--ksocket/helper.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ksocket/helper.hpp b/ksocket/helper.hpp
index 9143b07..f38207b 100644
--- a/ksocket/helper.hpp
+++ b/ksocket/helper.hpp
@@ -1,6 +1,12 @@
#ifndef HELPER_HPP
#define HELPER_HPP 1
+/*
+ * This file is deprecated and will be removed soon!
+ * Please use ksocket/ksocket.hpp and ksocket/protocol.hpp
+ * to achieve the same.
+ */
+
#include <protobuf-c/protobuf-c.h>
#include <stdint.h>
#include <stdlib.h>