summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment.idl
blob: a2acad632f118899170bc2bbd5c7e7445ca9f976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#ifndef DEPLOYMENT_IDL
#define DEPLOYMENT_IDL

module Deployment {
  /*
   * This exception is listed in OMG 07-02-01 but not in 06-04-01 and 06-04-02
   */
  exception LastConfiguration {
  };

  /*
   * This exception is listed in OMG 07-02-01 and in the text of 06-04-02 but never
   * used in idl
   */
  exception InvalidReference {
  };
};

#endif /* DEPLOYMENT_IDL */