| 389 | } |
| 390 | |
| 391 | ImageEffect* |
| 392 | OneViewPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 393 | ContextEnum /*context*/) |
| 394 | { |
| 395 | return new OneViewPlugin(handle); |
| 396 | } |
| 397 | |
| 398 | static OneViewPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 399 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected