Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

PreInitCommand Class Reference

#include <InitCommand.h>

List of all members.


Detailed Description

Command to be executed before the ORB is initialized.

Command Pattern used to execute a command during initialization. Use the OrbInit API to add an InitCommand to fire at:

Note:
PreInitCommand is fired before the ORB is initialized


Public Member Functions

virtual bool execute (ConfMap config_map)=0


Member Function Documentation

virtual bool PreInitCommand::execute ConfMap  config_map  )  [pure virtual]
 

Called to execute the PostInitCommand

Parameters:
config_map - The map of command line keys and values
Returns:
True if successful


The documentation for this class was generated from the following file: