#include <SPIPE.h>
Inheritance diagram for ACE_SPIPE
Public Methods | |
int | close (void) |
Close down the STREAM pipe without removing the rendezvous point. | |
int | remove (void) |
Close down the STREAM pipe and remove the rendezvous point from the file system. | |
int | get_local_addr (ACE_SPIPE_Addr &) const |
Return the local address of this endpoint. | |
int | disable (int signum) const |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Methods | |
ACE_SPIPE (void) | |
Ensure that this class is an abstract base class. | |
Protected Attributes | |
ACE_SPIPE_Addr | local_addr_ |
Our local address. |
|
Ensure that this class is an abstract base class.
|
|
Close down the STREAM pipe without removing the rendezvous point.
Reimplemented in ACE_SPIPE_Acceptor, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream. |
|
Disable signal <signum> This is here to prevent Win32 from disabling SPIPE using socket calls Reimplemented from ACE_IPC_SAP. |
|
Dump the state of an object.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_SPIPE_Acceptor, ACE_SPIPE_Stream, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream. |
|
Return the local address of this endpoint.
|
|
Close down the STREAM pipe and remove the rendezvous point from the file system.
Reimplemented in ACE_SPIPE_Acceptor, and ACE_UPIPE_Acceptor. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_IPC_SAP. Reimplemented in ACE_SPIPE_Acceptor, ACE_SPIPE_Stream, ACE_UPIPE_Acceptor, and ACE_UPIPE_Stream. |
|
Our local address.
|