ACE_SSL_Asynch_Read_Stream_Result Class Reference

#include <SSL_Asynch_Stream.h>

List of all members.

Protected Member Functions

 ACE_SSL_Asynch_Read_Stream_Result (ACE_Handler &handler, ACE_HANDLE handle, ACE_Message_Block &message_block, size_t bytes_to_read, const void *act, ACE_HANDLE event, int priority, int signal_number)

Friends

class ACE_SSL_Asynch_Stream
 Factory class will have special permissions.


Detailed Description

Result class that communicates result of read operations initiated on an ACE_SSL_Asynch_Stream object.

Definition at line 73 of file SSL_Asynch_Stream.h.


Constructor & Destructor Documentation

ACE_SSL_Asynch_Read_Stream_Result::ACE_SSL_Asynch_Read_Stream_Result ACE_Handler &  handler,
ACE_HANDLE  handle,
ACE_Message_Block message_block,
size_t  bytes_to_read,
const void *  act,
ACE_HANDLE  event,
int  priority,
int  signal_number
[protected]
 

Definition at line 46 of file SSL_Asynch_Stream.cpp.

00055   : ARS_RESULT (handler.proxy (),
00056                 handle,
00057                 message_block,
00058                 bytes_to_read,
00059                 act,
00060                 event,
00061                 priority,
00062                 signal_number
00063                 )
00064 {
00065 }


Friends And Related Function Documentation

friend class ACE_SSL_Asynch_Stream [friend]
 

Factory class will have special permissions.

Definition at line 76 of file SSL_Asynch_Stream.h.


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:03:27 2008 for ACE_SSL by doxygen 1.3.6