31 #ifndef AUTOBAHN_WAMP_REGISTER_REQUEST_HPP 32 #define AUTOBAHN_WAMP_REGISTER_REQUEST_HPP 34 #include "wamp_procedure.hpp" 35 #include "wamp_registration.hpp" 36 #include "boost_config.hpp" 48 const wamp_procedure& procedure()
const;
49 boost::promise<wamp_registration>& response();
50 void set_procedure(wamp_procedure procedure)
const;
54 wamp_procedure m_procedure;
55 boost::promise<wamp_registration> m_response;
60 #include "wamp_register_request.ipp" 62 #endif // AUTOBAHN_WAMP_REGISTER_REQUEST_HPP An outstanding wamp call.
Represents a topic subscription.