28#ifndef HORIZON_CLIENTINTERFACE_HPP
29#define HORIZON_CLIENTINTERFACE_HPP
36template <
typename SessionType>
Definition: ClientInterface.hpp:38
ClientInterface(std::shared_ptr< SessionType > s)
Definition: ClientInterface.hpp:40
void set_session(std::shared_ptr< SessionType > s)
Definition: ClientInterface.hpp:44
std::shared_ptr< SessionType > get_session()
Definition: ClientInterface.hpp:43
std::weak_ptr< SessionType > _session
Definition: ClientInterface.hpp:47
~ClientInterface()
Definition: ClientInterface.hpp:41
Definition: Element.hpp:7