#include "ace/pre.h"
#include "ace/OS.h"
#include "ace/Asynch_IO.h"
#include "ace/post.h"
Include dependency graph for Asynch_Acceptor.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Asynch_Acceptor |
This class is an example of the Acceptor Pattern. This class will accept new connections and create new HANDLER to handle the new connections. More... |
Asynch_Acceptor.h,v 4.25 2001/07/28 13:14:48 schmidt Exp