BoilerPlate: Reusable CORBA |
Used to execute special, perhaps vendor specific, commands at specific times in the initialization process:
Commands are stored in vectors in OrbInit. They are fired in the order they are inserted and deleted in the order they were inserted. There is a separate vector for each type listed above. OrbInit provides mutators for adding pointers to InitCommands to each vector.
#include "BP_CORBA.h"
Go to the source code of this file.
Classes | |
class | PreInitCommand |
Command to be executed before the ORB is initialized. More... | |
class | PostORBInitCommand |
Command to be executed after the ORB is initialized. More... | |
class | PostInitCommand |
Commands to be executed after the ORB and ROOT POA are initialized. More... |
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:22:32 2004 for BoilerPlate by 1.3.7 |