NAME

ACE_XtReactorID - This little class is necessary due to the way that Microsoft implements sockets to be pointers rather than indices.

SYNOPSIS

#include <ace/XtReactor.h>

class ACE_XtReactorID { public: XtInputId id_; ACE_HANDLE handle_; ACE_XtReactorID *next_; };

PUBLIC MEMBERS

XtInputId id_;

ACE_HANDLE handle_;

ACE_XtReactorID *next_;

AUTHOR

Eric C. Newton's ecn@clark.net, Kirill Rybaltchenko Kirill.Rybaltchenko@cern.ch, and Douglas C. Schmidt schmidt@cs.wustl.edu

LIBRARY

ace