#include <Connector.h>
Collaboration diagram for ACE_Svc_Tuple:
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. More... | |
void | handle (ACE_HANDLE) |
const void * | arg (void) |
Get argument. Set argument. More... | |
void | arg (const void *) |
long | cancellation_id (void) |
Get cancellation id. Set cancellation id. More... | |
void | cancellation_id (long timer_id) |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Private Attributes | |
SVC_HANDLER * | svc_handler_ |
Associated SVC_HANDLER. More... | |
ACE_HANDLE | handle_ |
IPC <HANDLE> that we are trying to connect. More... | |
const void * | arg_ |
Associated argument. More... | |
long | cancellation_id_ |
Associated cancellation id. More... |
This is a no-brainer...
|
|
|
|
|
Get argument. Set argument.
|
|
|
|
Get cancellation id. Set cancellation id.
|
|
Dump the state of an object.
|
|
|
|
Get handle. Set handle.
|
|
|
|
Declare the dynamic allocation hooks.
|
|
Associated argument.
|
|
Associated cancellation id.
|
|
IPC <HANDLE> that we are trying to connect.
|
|
Associated SVC_HANDLER.
|