#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, ACE_TCHAR *argv[]) |
void | check_srd (const Deployment::DeploymentPlan &) |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
static const ACE_TCHAR * | input_file = ACE_TEXT ("BasicSP.cdp") |
int ACE_TMAIN | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) |
void check_srd | ( | const Deployment::DeploymentPlan & | dp | ) |
static int parse_args | ( | int | argc, | |
ACE_TCHAR * | argv[] | |||
) | [static] |
const ACE_TCHAR* input_file = ACE_TEXT ("BasicSP.cdp") [static] |