#include <source/ariba/utility/transport/test_transport.hpp>
Inherits ariba::transport::transport_listener.
Public Member Functions | |
virtual void | receive_message (transport_protocol *transport, const address_vf local, const address_vf remote, const uint8_t *data, size_t size) |
called when a message is received |
Definition at line 24 of file test_transport.hpp.
virtual void ariba::transport::detail::listener::receive_message | ( | transport_protocol * | transport, | |
const address_vf | local, | |||
const address_vf | remote, | |||
const uint8_t * | data, | |||
size_t | size | |||
) | [inline, virtual] |
called when a message is received
Reimplemented from ariba::transport::transport_listener.
Definition at line 26 of file test_transport.hpp.