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

#ifndef DEPLOYMENT_INVALIDCOMPONENTEXECPARAMETER_IDL
#define DEPLOYMENT_INVALIDCOMPONENTEXECPARAMETER_IDL

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

#endif