#include "tao/Pluggable_Messaging_Utils.h"
#include "ace/Message_Block.h"
Include dependency graph for Incoming_Message_Queue.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TAO_Incoming_Message_Queue |
A queue of the messages in the incoming data path. More... | |
Variables | |
const size_t | TAO_MISSING_DATA_UNDEFINED = ~((size_t) 0) |
Definition in file Incoming_Message_Queue.h.
const size_t TAO_MISSING_DATA_UNDEFINED = ~((size_t) 0) |
Constant value indicating that the correct value is unknown yet, probably parsing the header failed due to insufficient data in buffer.
Definition at line 95 of file Incoming_Message_Queue.h.
Referenced by TAO_GIOP_Message_Base::consolidate_node(), TAO_GIOP_Message_Base::extract_next_message(), TAO_Transport::handle_input(), TAO_Transport::handle_input_parse_data(), and TAO_GIOP_Message_Base::parse_next_message().