summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Deployment/Deployment_StartError.idl
blob: 9cf092f07968515308a6fadad662b84284d973a6 (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_STARTERROR_IDL
#define DEPLOYMENT_STARTERROR_IDL

module Deployment {
  exception StartError {
    string name;
    string reason;
 };
};
#endif /* DEPLOYMENT_STARTERROR_IDL */