diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-09-15 14:20:27 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-09-15 14:20:27 +0200 |
commit | 79f2c4eb6636fabc032c72e3cca644725a369c0c (patch) | |
tree | 25909c36b44b6d5636f36fc8926ffe1b28adf9b7 /ksocket/helper.hpp | |
parent | 0cbfbe129934976359460fdbe69fb97632d81d24 (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.hpp | 6 |
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> |