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

#ifndef DEPLOYMENT_PLANERROR_IDL
#define DEPLOYMENT_PLANERROR_IDL

module Deployment {

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

#endif /* DEPLOYMENT_PLANERROR_IDL */