NAME
ACE_TkReactorID -
This little class is necessary due to the way that Microsoft
implements sockets to be pointers rather than indices.
SYNOPSIS
class ACE_TkReactorID
{
public:
ACE_HANDLE handle_;
ACE_TkReactorID *next_;
};
PUBLIC MEMBERS
ACE_HANDLE handle_;
ACE_TkReactorID *next_;
Pointer to next node in the linked list.