#include <DEV.h>
Inheritance diagram for ACE_DEV:
Public Methods | |
int | close (void) |
Close down the DEVICE. | |
void | dump (void) const |
Dump the state of an object. | |
int | disable (int signum) const |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Methods | |
ACE_DEV (void) | |
Ensure that this class is an abstract base class. |
|
Ensure that this class is an abstract base class.
|
|
Close down the DEVICE.
|
|
Disable signal <signum> This is here to prevent Win32 from disabling SPIPE using socket calls Reimplemented from ACE_IO_SAP. |
|
Dump the state of an object.
Reimplemented from ACE_IO_SAP. Reimplemented in ACE_DEV_IO. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_IO_SAP. Reimplemented in ACE_DEV_IO. |