Functions

testServer.cc File Reference

#include "Common/Compat.h"
#include <iostream>
#include <queue>
#include <string>
#include <arpa/inet.h>
#include <poll.h>
#include <pthread.h>
#include <stdint.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <time.h>
#include "AsyncComm/ApplicationHandler.h"
#include "AsyncComm/ApplicationQueue.h"
#include "AsyncComm/ConnectionHandlerFactory.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 "DispatchHandler.h"
#include "Comm.h"
#include "Event.h"
Include dependency graph for testServer.cc:

Go to the source code of this file.

Functions

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

Function Documentation

int main ( int  argc,
char **  argv 
)

main function

Definition at line 219 of file testServer.cc.