audio_trans/lib/tests/integration_test/server/DoNothingPlugin.cc

20 lines
265 B
C++
Raw Permalink Normal View History

2025-04-07 11:31:21 +08:00
/**
*
* DoNothingPlugin.cc
*
*/
#include "DoNothingPlugin.h"
using namespace drogon;
void DoNothingPlugin::initAndStart(const Json::Value &config)
{
/// Initialize and start the plugin
}
void DoNothingPlugin::shutdown()
{
/// Shutdown the plugin
}