summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment_StopError.idl
blob: 125e1a0152a0a3b1e5a6563b9ee305983006095b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Compliant with OMG 06-04-01 section 15

#ifndef DEPLOYMENT_STOPERROR_IDL
#define DEPLOYMENT_STOPERROR_IDL

module Deployment {
  exception StopError {
    string name;
    string reason;
  };
};
#endif /* DEPLOYMENT_STOPERROR_IDL */