#include "ace/config-all.h"
#include "ace/Default_Constants.h"
#include "ace/Asynch_IO.h"
#include "ace/Asynch_Acceptor.cpp"
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... |