#include <SSL_Asynch_Stream.h>
Inheritance diagram for ACE_SSL_Asynch_Read_Stream_Result:
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. |
Definition at line 73 of file SSL_Asynch_Stream.h.
|
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 } |
|
Factory class will have special permissions.
Definition at line 76 of file SSL_Asynch_Stream.h. |