#include <DEV.h>
Public Member Functions | |
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 Member Functions | |
ACE_DEV (void) | |
Ensure that this class is an abstract base class. |
ACE_DEV::ACE_DEV | ( | void | ) | [protected] |
Ensure that this class is an abstract base class.
int ACE_DEV::close | ( | void | ) |
Close down the DEVICE.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_DEV::dump | ( | void | ) | const |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_DEV::disable | ( | int | signum | ) | const |
Disable signal signum This is here to prevent Win32 from disabling SPIPE using socket calls
Reimplemented from ACE_IO_SAP.