summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_StopError.idl
blob: 67279680021f6becc9377bf1c9ea413202315470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$
// 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 */