0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
testServer.cc File Reference
#include <Common/Compat.h>
#include "DispatchHandler.h"
#include "Comm.h"
#include "Event.h"
#include <AsyncComm/ApplicationHandler.h>
#include <AsyncComm/ApplicationQueue.h>
#include <AsyncComm/ConnectionHandlerFactory.h>
#include <AsyncComm/ReactorFactory.h>
#include <Common/Init.h>
#include <Common/Error.h>
#include <Common/InetAddr.h>
#include <Common/System.h>
#include <Common/SockAddrMap.h>
#include <Common/Usage.h>
#include <chrono>
#include <iostream>
#include <queue>
#include <string>
#include <thread>
#include <arpa/inet.h>
#include <pthread.h>
#include <stdint.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
Include dependency graph for testServer.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 main function More...
 

Function Documentation

int main ( int  argc,
char **  argv 
)

main function

Definition at line 219 of file testServer.cc.