| TAO 4.0.1
    | 
Location service support. More...
#include <GIOP_Message_Locate_Header.h>

| Public Member Functions | |
| TAO_GIOP_Locate_Request_Header (TAO_InputCDR &msg, TAO_ORB_Core *core) | |
| Constructor. | |
| void | request_id (CORBA::ULong id) | 
| Set the id. | |
| CORBA::ULong | request_id () const | 
| Get the request id. | |
| const TAO::ObjectKey & | object_key () const | 
| Get the object_key in read mode.. | |
| TAO::ObjectKey & | object_key () | 
| Get the object_key in read/write mode.. | |
| TAO_Tagged_Profile & | profile () | 
| Get the reference to the underlying profile. | |
| TAO_InputCDR & | incoming_stream () | 
| Get the CDR stream for read/write. | |
| Private Attributes | |
| CORBA::ULong | request_id_ | 
| Request id. | |
| TAO_Tagged_Profile | profile_ | 
| Profile info. | |
| TAO::ObjectKey | object_key_ | 
| Object Key. | |
| TAO_InputCDR * | incoming_ | 
| Incoming CDR stream. | |
Location service support.
| TAO_GIOP_Locate_Request_Header::TAO_GIOP_Locate_Request_Header | ( | TAO_InputCDR & | msg, | 
| TAO_ORB_Core * | core ) | 
Constructor.
| TAO_InputCDR & TAO_GIOP_Locate_Request_Header::incoming_stream | ( | ) | 
Get the CDR stream for read/write.
| TAO::ObjectKey & TAO_GIOP_Locate_Request_Header::object_key | ( | ) | 
Get the object_key in read/write mode..
| const TAO::ObjectKey & TAO_GIOP_Locate_Request_Header::object_key | ( | ) | const | 
Get the object_key in read mode..
| TAO_Tagged_Profile & TAO_GIOP_Locate_Request_Header::profile | ( | ) | 
Get the reference to the underlying profile.
| CORBA::ULong TAO_GIOP_Locate_Request_Header::request_id | ( | ) | const | 
Get the request id.
| void TAO_GIOP_Locate_Request_Header::request_id | ( | CORBA::ULong | id | ) | 
Set the id.
| 
 | private | 
Incoming CDR stream.
| 
 | private | 
Object Key.
| 
 | private | 
Profile info.
| 
 | private | 
Request id.