FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

#include "ServiceScriptRunner.h" #include #include namespace { log4cxx::LoggerPtr spLogger(log4cxx::Logger::getLogger("ServiceScriptRunner")); } namespace bfs = boost::filesystem; namespace dm = decibel::messaging; ServiceScriptRunner::ServiceScriptRunner(dm::Reactor* reactor, const std::vector& scriptPath, HookOptions::RunOptions options) : ExternalRunner(reactor, scriptPath, options) { }

Back | FazBrowse Home | New Git URL