summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_Connection.idl
blob: a07cd7990a404243def0468bd57667cb8ffdcb3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#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 */