#include "tao/GIOP_Message_Lite.h"#include "tao/debug.h"#include "tao/TAOC.h"#include "tao/ORB_Core.h"#include "tao/operation_details.h"#include "tao/TAO_Server_Request.h"#include "tao/GIOP_Message_Locate_Header.h"#include "tao/LF_Strategy.h"#include "tao/Transport.h"#include "tao/Transport_Mux_Strategy.h"#include "tao/Codeset_Manager.h"#include "tao/SystemException.h"Include dependency graph for GIOP_Message_Lite.cpp:

Go to the source code of this file.
Variables | |
| const size_t | TAO_GIOP_LITE_HEADER_LEN = 5 |
| const size_t | TAO_GIOP_LITE_MESSAGE_SIZE_OFFSET = 0 |
| const size_t | TAO_GIOP_LITE_MESSAGE_TYPE_OFFSET = 4 |
|
|
|
Definition at line 22 of file GIOP_Message_Lite.cpp. Referenced by TAO_GIOP_Message_Lite::format_message(). |
|
|
Definition at line 23 of file GIOP_Message_Lite.cpp. Referenced by TAO_GIOP_Message_Lite::dump_msg(), and TAO_GIOP_Message_Lite::parse_incoming_messages(). |
1.3.6