#include "ace/Synch_Options.h"#include "ace/Task.h"#include "ace/Recyclable.h"#include "ace/Reactor.h"#include "ace/Svc_Handler.cpp"

Go to the source code of this file.
Classes | |
| class | ACE_Svc_Handler< ACE_PEER_STREAM_1, ACE_SYNCH_DECL > |
| Defines the interface for a service that exchanges data with its connected peer. More... | |
| class | ACE_Buffered_Svc_Handler< ACE_PEER_STREAM_1, ACE_SYNCH_DECL > |
| Defines the interface for a service that exchanges data with its connected peer and supports buffering. More... | |
Enumerations | |
| enum | ACE_Svc_Handler_Close { NORMAL_CLOSE_OPERATION = 0x00, CLOSE_DURING_NEW_CONNECTION = 0x01 } |
Definition in file Svc_Handler.h.
Definition at line 36 of file Svc_Handler.h.
{ NORMAL_CLOSE_OPERATION = 0x00,
CLOSE_DURING_NEW_CONNECTION = 0x01
};
1.7.0