diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-07 14:53:52 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-08-07 14:53:52 +0200 |
commit | 5f6c71df18a65d5c4023caa08e08f493090c3721 (patch) | |
tree | 82b24be1fcb7bd59361e61d303ad3e12bf817ef8 /modules/io_codec/c++/io_peer.hpp | |
parent | e4525015f88bcb7d9906a875210f759621f2b3c3 (diff) |
wip
Diffstat (limited to 'modules/io_codec/c++/io_peer.hpp')
-rw-r--r-- | modules/io_codec/c++/io_peer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/io_codec/c++/io_peer.hpp b/modules/io_codec/c++/io_peer.hpp index b998055..2fd7877 100644 --- a/modules/io_codec/c++/io_peer.hpp +++ b/modules/io_codec/c++/io_peer.hpp @@ -49,6 +49,7 @@ public: private: /// @unimplemented + /// This will be a mechanic which allows connecting the outbound connection natively to a pure conveyor setup. class peer_conveyor_feeder final : public conveyor_feeder<data<Outgoing, ContentEncoding>> { public: |