#include "tao/Messaging/messaging_export.h"#include "tao/Messaging/MessagingC.h"#include "tao/Messaging/MessagingA.h"#include "tao/Messaging/TAO_ExtC.h"#include "tao/Policy_CurrentC.h"#include "tao/Policy_ManagerC.h"#include "tao/TAOC.h"

Go to the source code of this file.
Classes | |
| class | TAO_Messaging_Initializer |
Defines | |
| #define | TAO_MESSAGING_SAFE_INCLUDE |
Typedefs | |
| typedef void(* | TAO_Reply_Handler_Stub )(TAO_InputCDR &, Messaging::ReplyHandler_ptr, CORBA::ULong reply_status) |
Enumerations | |
| enum | TAO_AMI_Reply_Status { TAO_AMI_REPLY_OK, TAO_AMI_REPLY_NOT_OK, TAO_AMI_REPLY_USER_EXCEPTION, TAO_AMI_REPLY_SYSTEM_EXCEPTION, TAO_AMI_REPLY_LOCATION_FORWARD, TAO_AMI_REPLY_LOCATION_FORWARD_PERM } |
Variables | |
| static int | TAO_Requires_Messaging_Initializer = TAO_Messaging_Initializer::init () |
Include all the required headers to use CORBA Messaging easily.
Definition in file Messaging.h.
| #define TAO_MESSAGING_SAFE_INCLUDE |
Definition at line 22 of file Messaging.h.
| typedef void(* TAO_Reply_Handler_Stub)(TAO_InputCDR &, Messaging::ReplyHandler_ptr, CORBA::ULong reply_status) |
Definition at line 71 of file Messaging.h.
| enum TAO_AMI_Reply_Status |
Definition at line 49 of file Messaging.h.
{
/// Reply is normal.
TAO_AMI_REPLY_OK,
/// Reply is not normal and no exceptions
TAO_AMI_REPLY_NOT_OK,
/// An user exception was raised.
TAO_AMI_REPLY_USER_EXCEPTION,
/// An system exception was raised.
TAO_AMI_REPLY_SYSTEM_EXCEPTION,
/// A location forward exception was raised.
TAO_AMI_REPLY_LOCATION_FORWARD,
/// A location forward perm exception was raised.
TAO_AMI_REPLY_LOCATION_FORWARD_PERM
};
int TAO_Requires_Messaging_Initializer = TAO_Messaging_Initializer::init () [static] |
Definition at line 42 of file Messaging.h.
1.7.0