summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment_Connection.idl
blob: 34df86b5b182ddfda1fb8ed448eadd60e9fdde75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef DEPLOYMENT_CONNECTION_IDL
#define DEPLOYMENT_CONNECTION_IDL

#include "dance/Deployment/Deployment_DeploymentPlan.idl"

module Deployment
{
  typedef sequence < Object > Endpoints;
  struct Connection {
    string name;
    Endpoints endpoint;
  };

  typedef sequence < Connection > Connections;
};
#endif /* DEPLOYMENT_CONNECTION_IDL */