![]() |
Dripline-Cpp
v2.10.11
Dripline Implementation in C++
|
#include "agent_config.hh"#include "dripline_constants.hh"#include "application.hh"#include "logger.hh"#include "service_config.hh"#include "signal_handler.hh"#include "version_store.hh"#include "simple_service.hh"
Go to the source code of this file.
Functions | |
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > | dlog ("simple_service", __FILE_NAME__, __LINE__) |
| int | main (int argc, char **argv) |
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > dlog | ( | "simple_service" | , |
| __FILE_NAME__ | , | ||
| __LINE__ | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 21 of file run_simple_service.cc.