summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment_InvalidComponentExecParameter.idl
blob: bd301adbcd4760ec5befb4b7b3e1b08baf29168b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DEPLOYMENT_INVALIDCOMPONENTEXECPARAMETER_IDL
#define DEPLOYMENT_INVALIDCOMPONENTEXECPARAMETER_IDL

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

#endif