Public Methods |
| ACE_Svc_Tuple (SVC_HANDLER *, ACE_HANDLE, const void * = 0, long timer_id = -1) |
SVC_HANDLER* | svc_handler (void) |
ACE_HANDLE | handle (void) |
| Get handle. Set handle.
|
void | handle (ACE_HANDLE) |
const void* | arg (void) |
| Get argument. Set argument.
|
void | arg (const void *) |
long | cancellation_id (void) |
| Get cancellation id. Set cancellation id.
|
void | cancellation_id (long timer_id) |
void | dump (void) const |
| Dump the state of an object.
|
Public Attributes |
| ACE_ALLOC_HOOK_DECLARE |
| Declare the dynamic allocation hooks.
|
Private Attributes |
SVC_HANDLER* | svc_handler_ |
| Associated SVC_HANDLER.
|
ACE_HANDLE | handle_ |
| IPC <HANDLE> that we are trying to connect.
|
const void* | arg_ |
| Associated argument.
|
long | cancellation_id_ |
| Associated cancellation id.
|
This is a no-brainer...