#include "acsdaemonS.h"#include <ace/SString.h>#include "logging.h"#include <getopt.h>#include <acsutilPorts.h>#include <tao/IORTable/IORTable.h>#include <acserr.h>#include <acsdaemonErrType.h>#include <ACSErrTypeCommon.h>#include <acsutilTempFile.h>#include "acsdaemonORBTask.h"#include "acsRequest.h"

Go to the source code of this file.
Classes | |
| class | ACSDaemonServiceImpl< T > |
| class | acsDaemonImpl< T > |
Defines | |
| #define | DEFAULT_LOG_FILE_NAME "acs_local_log" |
Variables | |
| static struct option | long_options [] |
| #define DEFAULT_LOG_FILE_NAME "acs_local_log" |
Referenced by acsDaemonImpl< T >::acsDaemonImpl().
struct option long_options[] [static] |
{
{"help", no_argument, 0, 'h'},
{"outfile", required_argument, 0, 'o'},
{"ORBEndpoint", required_argument, 0, 'O'},
{"unprotected", no_argument, 0, 'u'},
{"nthreads", required_argument, 0, 'n'},
{0, 0, 0, '\0'}}
Valid command line options for daemons
1.7.0