17 #ifndef IOX_POSH_POPO_UNTYPED_SERVER_HPP
18 #define IOX_POSH_POPO_UNTYPED_SERVER_HPP
20 #include "iceoryx_posh/internal/popo/untyped_server_impl.hpp"
28 using Impl = UntypedServerImpl<>;
31 using UntypedServerImpl<>::UntypedServerImpl;
35 Impl::m_trigger.reset();
Definition: untyped_server.hpp:27