Public Attributes | |
| ACE_UINT32 | length_ |
| Length of entire reply. More... | |
| ACE_INT32 | type_ |
| Type of the reply, i.e., success (0) or failure (-1). More... | |
| ACE_UINT32 | errno_ |
| Indicates why error occurred if <this->type_> == failure (-1). Typical reasons include: <ETIME> (if the client timed out after waiting for the name). More... | |
|
|
Indicates why error occurred if <this->type_> == failure (-1). Typical reasons include: <ETIME> (if the client timed out after waiting for the name).
Definition at line 252 of file Name_Request_Reply.h. Referenced by ACE_Name_Reply::decode, ACE_Name_Reply::encode, and ACE_Name_Reply::errnum. |
|
|
Length of entire reply.
Definition at line 244 of file Name_Request_Reply.h. Referenced by ACE_Name_Reply::decode, ACE_Name_Reply::encode, and ACE_Name_Reply::length. |
|
|
Type of the reply, i.e., success (0) or failure (-1).
Definition at line 247 of file Name_Request_Reply.h. Referenced by ACE_Name_Reply::decode, ACE_Name_Reply::encode, ACE_Name_Reply::msg_type, and ACE_Name_Reply::status. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002