/** * * [[filename]].cc * */ #include "[[filename]].h" using namespace drogon; <%c++auto namespaceStr=@@.get("namespaceString"); if(!namespaceStr.empty()) $$<<"using namespace "< void [[className]]::initAndStart(const Json::Value &config) { /// Initialize and start the plugin } void [[className]]::shutdown() { /// Shutdown the plugin }