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

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

#endif