| 562 | } // SideBySidePluginFactory::describeInContext |
| 563 | |
| 564 | ImageEffect* |
| 565 | SideBySidePluginFactory::createInstance(OfxImageEffectHandle handle, |
| 566 | ContextEnum /*context*/) |
| 567 | { |
| 568 | return new SideBySidePlugin(handle); |
| 569 | } |
| 570 | |
| 571 | static SideBySidePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 572 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected