Corelink CPP Client
Corelink C++ client library
 
Loading...
Searching...
No Matches
corelink_data_xchg_protocol.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace corelink
6{
7 namespace core
8 {
9 namespace network
10 {
16 class CORELINK_EXPORT corelink_data_xchg_protocol
17 : public std::enable_shared_from_this<corelink_data_xchg_protocol>
18 {
19 // LEAVE THIS EMPTY FOR NOW
20 public:
25
30
35
39 virtual ~corelink_data_xchg_protocol() = default;
40 };
41 }
42 }
43}