TAO  2.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes
TAO_Message_Semantics Struct Reference

#include <Message_Semantics.h>

Collaboration diagram for TAO_Message_Semantics:
Collaboration graph

List of all members.

Public Types

enum  Type { TAO_ONEWAY_REQUEST = 0, TAO_TWOWAY_REQUEST = 1, TAO_REPLY }
enum  Mode { TAO_SYNCH_MODE, TAO_ASYNCH_CALLBACK, TAO_ASYNCH_POLL }

Public Member Functions

 TAO_Message_Semantics ()
 TAO_Message_Semantics (Type type)
 TAO_Message_Semantics (Type type, Mode mode)
 TAO_Message_Semantics (const TAO_Message_Semantics &ms)

Public Attributes

Type type_
Mode mode_

Member Enumeration Documentation

Enumerator:
TAO_SYNCH_MODE 
TAO_ASYNCH_CALLBACK 
TAO_ASYNCH_POLL 
Enumerator:
TAO_ONEWAY_REQUEST 
TAO_TWOWAY_REQUEST 
TAO_REPLY 

Constructor & Destructor Documentation

TAO_Message_Semantics::TAO_Message_Semantics ( )
inline
TAO_Message_Semantics::TAO_Message_Semantics ( Type  type)
inline
TAO_Message_Semantics::TAO_Message_Semantics ( Type  type,
Mode  mode 
)
inline
TAO_Message_Semantics::TAO_Message_Semantics ( const TAO_Message_Semantics ms)
inline

Member Data Documentation

Mode TAO_Message_Semantics::mode_
Type TAO_Message_Semantics::type_

The documentation for this struct was generated from the following file: