mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
8 lines
193 B
C++
8 lines
193 B
C++
#include "../Interface/PluginMgr.h"
|
|
|
|
class CPipedProcessPluginMgr : public IPluginMgr
|
|
{
|
|
IPlugin *createPluginInstance(str_map ¶ms);
|
|
void destroyPluginInstance(IPlugin *plugin);
|
|
};
|