RSC  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

namespace  rsc
namespace  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"