#include <XML_File_Intf.h>
Collaboration diagram for CIAO::Config_Handlers::XML_File_Intf:
Public Member Functions | |
XML_File_Intf (const char *file) | |
::Deployment::DeploymentPlan const * | get_plan (void) const |
::Deployment::DeploymentPlan * | get_plan (void) |
Protected Member Functions | |
bool | read_process_file (const char *file) |
Private Attributes | |
ACE_Auto_Ptr< ::Deployment::DeploymentPlan > | idl_dp_ |
CIAO::Config_Handlers::XML_File_Intf::XML_File_Intf | ( | const char * | file | ) |
Deployment::DeploymentPlan * CIAO::Config_Handlers::XML_File_Intf::get_plan | ( | void | ) |
Deployment::DeploymentPlan const * CIAO::Config_Handlers::XML_File_Intf::get_plan | ( | void | ) | const |
bool CIAO::Config_Handlers::XML_File_Intf::read_process_file | ( | const char * | file | ) | [protected] |
ACE_Auto_Ptr< ::Deployment::DeploymentPlan> CIAO::Config_Handlers::XML_File_Intf::idl_dp_ [private] |