#include <signal.h>
#include <unistd.h>
#include <grp.h>
#include <pwd.h>
#include <iostream>
#include <fstream>
#include "config.h"
#include "ServerApp.h"
#include "ServerExitConditions.h"
#include "TheBESKeys.h"
#include "SocketListener.h"
#include "TcpSocket.h"
#include "UnixSocket.h"
#include "BESServerHandler.h"
#include "BESException.h"
#include "PPTException.h"
#include "PPTServer.h"
#include "SocketException.h"
#include "BESMemoryManager.h"
#include "BESDebug.h"
#include "BESServerUtils.h"
#include "BESDefaultModule.h"
#include "BESDefaultCommands.h"
Include dependency graph for ServerApp.cc:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 556 of file ServerApp.cc.
References BESException::get_message(), and BESBaseApp::main().
Here is the call graph for this function: