OMNI_PLUGIN_IMPL_NODEPS

Defined in omni/core/ModuleInfo.h

OMNI_PLUGIN_IMPL_NODEPS()

Declares that the calling plugin has no dependencies on any other Carbonite or ONI interfaces.

Remark

This lets the Carbonite plugin manager know that the calling plugin does not expect to attempt to acquire any other Carbonite interfaces or create any other ONI objects. This helps the plugin manager determine the most correct unload or shutdown order for all plugins.