Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Name_Reply::Transfer Struct Reference

List of all members.

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...


Member Data Documentation

ACE_UINT32 ACE_Name_Reply::Transfer::errno_
 

Indicates why error occurred if <this->type_> == failure (-1). Typical reasons include: <ETIME> (if the client timed out after waiting for the name).

ACE_UINT32 ACE_Name_Reply::Transfer::length_
 

Length of entire reply.

ACE_INT32 ACE_Name_Reply::Transfer::type_
 

Type of the reply, i.e., success (0) or failure (-1).


The documentation for this struct was generated from the following file:
Generated on Thu May 23 00:19:17 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001