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)
{
}