- // integrate the monitoring of the given fd with the port-specific event
- // loop: when this fd, which corresponds to a dummy pipe opened between the
- // parent and child processes, is closed by the child, the parent is
- // notified about this via a call to wxHandleProcessTermination() function
+#if wxUSE_SOCKETS
+ // return a pointer to the object which should be used to integrate
+ // monitoring of the file descriptors to the event loop (currently this is
+ // used for the sockets only but should be used for arbitrary event loop
+ // sources in the future)
+ //
+ // this object may be different for the console and GUI applications