summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment.idl
blob: f697d6991230a9b2efa0eefc648952d81a95ec5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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 */