diff --git a/include/transport/transport.h b/include/transport/transport.h index 51f6901898bf0466bd1072991a1bf3962138a565..318ec673da2cee74b4db07235d2aae1b89998db4 100644 --- a/include/transport/transport.h +++ b/include/transport/transport.h @@ -155,6 +155,10 @@ namespace Transport { boost::signal)> onRawIQReceived; + bool isRawXMLEnabled() { + return m_rawXML; + } + private: void handleConnected(); void handleConnectionError(const Swift::ComponentError &error);