#include <vector>
#include "connection.h"
#include "listener.h"
#include "bidirconn.h"
Go to the source code of this file.
Classes | |
class | ConnEventHandler |
Provide an mechanism to know how to deal with incoming connections. More... | |
class | Incoming |
A class using a Listener on which to listen for incoming connections. More... | |
Defines | |
#define | CONNECT_TO_ONE(p) (ConnEventHandler((p))) |
#define CONNECT_TO_ONE | ( | p | ) | (ConnEventHandler((p))) |
Definition at line 72 of file incoming.h.
Referenced by main(), and MasterController::start_connections().