#include <Plan_Generator_Impl.h>
Public Member Functions | |
Plan_Generator_i () | |
bool | init (CORBA::ORB_ptr orb, bool rm_use_naming=0, const char *rm_name=0) |
bool | generate_plan (Deployment::DeploymentPlan &plan, const char *package_uri, bool use_package_name) |
bool | generate_plan (Deployment::DeploymentPlan &plan, const char *specific_type, int &index) |
Private Attributes | |
Deployment::RepositoryManager_var | rm_ |
CIAO::Plan_Generator::Plan_Generator_i::Plan_Generator_i | ( | ) |
bool CIAO::Plan_Generator::Plan_Generator_i::init | ( | CORBA::ORB_ptr | orb, | |
bool | rm_use_naming = 0 , |
|||
const char * | rm_name = 0 | |||
) |
bool CIAO::Plan_Generator::Plan_Generator_i::generate_plan | ( | Deployment::DeploymentPlan & | plan, | |
const char * | package_uri, | |||
bool | use_package_name | |||
) |
bool CIAO::Plan_Generator::Plan_Generator_i::generate_plan | ( | Deployment::DeploymentPlan & | plan, | |
const char * | specific_type, | |||
int & | index | |||
) |
Deployment::RepositoryManager_var CIAO::Plan_Generator::Plan_Generator_i::rm_ [private] |