MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / createPlugin

Method createPlugin

examples/replication/fbSampleReplicator.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91{
92public:
93 IPluginBase* createPlugin(CheckStatusWrapper* status, IPluginConfig* factoryParameter)
94 {
95 IPluginBase* p = new ReplPlugin(factoryParameter);
96 p->addRef();
97 return p;
98 }
99} factory;
100
101extern "C"

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected