Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventSource::postAccept ( p6ICom pIoIface)
pure virtual

This method is called by the p6IEventQ to add a listening socket to the event source.

Once added, new connections will be accepted and posted to the event queue asynchronously. This method is only valid on connectable I/O components and will return eNotImplemented on other types of components.

Note
This method MUST be thread safe.
This method MUST not block.
Parameters
pIoIface[ in ] A pointer to the I/O interface to start listening for connections on.
Returns