#include <iostream>
#include "Deployment.hpp"
#include "DP_Handler.h"
#include "DAnCE/Deployment/Deployment_DataC.h"
#include "DAnCE/Deployment/CIAO_ServerResourcesC.h"
#include "ace/Get_Opt.h"
#include "Utils/XML_Helper.h"
#include "DnC_Dump.h"
#include "tao/ORB.h"
Functions | |
static int | parse_args (int argc, char *argv[]) |
void | check_srd (const Deployment::DeploymentPlan &) |
int | main (int argc, char *argv[]) |
Variables | |
static const char * | input_file = "BasicSP.cdp" |
void check_srd | ( | const Deployment::DeploymentPlan & | dp | ) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
static int parse_args | ( | int | argc, | |
char * | argv[] | |||
) | [static] |
const char* input_file = "BasicSP.cdp" [static] |