Generated from orogen/lib/orogen/templates/typekit/mqueue/Registration.hpp

ifndef _OROGEN_GENERATED<%= typekit.name.upcase %>_MQUEUE_REGISTRATION_HPP define _OROGEN_GENERATED<%= typekit.name.upcase %>_MQUEUE_REGISTRATION_HPP

include <rtt/types/TypeMarshaller.hpp>

namespace Typelib {

class Registry;

} namespace orogen_typekits {

<% typesets.interface_types.each do |type| %>
RTT::types::TypeMarshaller*  <%= type.method_name %>_MQueueTransport(Typelib::Registry const& registry);
<% end %>

}

endif