The OpenD Programming Language

SharedLibLoader.configureMinimumVersion

Allows a subclass to install an exception handler for specific versions of a library before loadSymbols is called.

This method is optional. If the subclass does not implement it, calls to any of the overloads of the load method that take a SharedLibVersion will cause a compile time assert to fire.

class SharedLibLoader
protected
void
configureMinimumVersion
(
SharedLibVersion minVersion
)

Meta