This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices. More...
#include <TkReactor.h>

Public Attributes | |
| ACE_HANDLE | handle_ |
| Underlying handle. | |
| ACE_TkReactorID * | next_ |
| Pointer to next node in the linked list. | |
This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices.
Definition at line 36 of file TkReactor.h.
| ACE_HANDLE ACE_TkReactorID::handle_ |
Underlying handle.
Definition at line 40 of file TkReactor.h.
Pointer to next node in the linked list.
Definition at line 43 of file TkReactor.h.
1.7.0