|
DAnCE
..
|
#include <XML_File_Intf.h>

Public Member Functions | |
| XML_File_Intf (const ACE_TCHAR *file) | |
| ~XML_File_Intf (void) | |
| ::Deployment::DeploymentPlan const * | get_plan (void) |
| ::Deployment::DeploymentPlan * | release_plan (void) |
| ::Deployment::Domain const * | get_domain (void) |
| ::Deployment::Domain * | release_domain (void) |
| void | add_search_path (const ACE_TCHAR *environment, const ACE_TCHAR *relpath) |
Protected Member Functions | |
| bool | read_process_plan (const ACE_TCHAR *file) |
| bool | read_process_domain (const ACE_TCHAR *file) |
Private Types | |
| typedef XML::XML_Typedef | XML_Helper_type |
Private Attributes | |
| std::basic_string< ACE_TCHAR > | file_ |
| ACE_Auto_Ptr < ::Deployment::DeploymentPlan > | idl_dp_ |
| ACE_Auto_Ptr < ::Deployment::Domain > | idl_domain_ |
|
private |
| DAnCE::Config_Handlers::XML_File_Intf::XML_File_Intf | ( | const ACE_TCHAR * | file | ) |
| DAnCE::Config_Handlers::XML_File_Intf::~XML_File_Intf | ( | void | ) |
| void DAnCE::Config_Handlers::XML_File_Intf::add_search_path | ( | const ACE_TCHAR * | environment, |
| const ACE_TCHAR * | relpath | ||
| ) |
| Deployment::Domain const * DAnCE::Config_Handlers::XML_File_Intf::get_domain | ( | void | ) |
| Deployment::DeploymentPlan const * DAnCE::Config_Handlers::XML_File_Intf::get_plan | ( | void | ) |
|
protected |
|
protected |
| Deployment::Domain * DAnCE::Config_Handlers::XML_File_Intf::release_domain | ( | void | ) |
| Deployment::DeploymentPlan * DAnCE::Config_Handlers::XML_File_Intf::release_plan | ( | void | ) |
|
private |
|
private |
|
private |
1.8.3.1