RSC  0.17.1
Plugin.cpp File Reference
#include "Plugin.h"
#include <errno.h>
#include <string.h>
#include <stdexcept>
#include <boost/format.hpp>
#include "../logging/Logger.h"
#include "../logging/LoggerFactory.h"
Include dependency graph for Plugin.cpp:

Go to the source code of this file.

Classes

class  rsc::plugins::Impl
 

Namespaces

 rsc
 
 rsc::plugins
 

Variables

const std::string rsc::plugins::PLUGIN_INIT_SYMBOL = "rsc_plugin_init"
 
const std::string rsc::plugins::PLUGIN_SHUTDOWN_SYMBOL = "rsc_plugin_shutdown"