summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_PlanError.idl
blob: 806983d2a87e43ae35b82384b1a07cb31d8ddea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#ifndef DEPLOYMENT_PLANERROR_IDL
#define DEPLOYMENT_PLANERROR_IDL

module Deployment {
  exception PlanError {
    string name;
    string reason;
  };
};

#endif /* DEPLOYMENT_PLANERROR_IDL */