The VisiBroker ORB invokes the VISInit::ORB_init and
VISInit::BOA_init whenever the application calls
CORBA::ORB_init or
BOA_init methods. By providing your own implementations of these methods, you may add any needed initialization that must be performed for your service.
Include the vinit.h file when you use this class.
This constructor creates a VISInit-derived object with the specified priority, which determines when it will be initialized relative to other
VISInit-derived objects.
You should set a priority value less than -10 if your class must be initialized before the VisiBroker internal classes.
If no priority value is specified, the default value is 0, which means that the class will be initialized after the internal VisiBroker classes.