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

#ifndef TARGET_DATA_IDL
#define TARGET_DATA_IDL

#include "Deployment_Data.idl"

module Deployment {

  exception PlanError {
    string name;
    string reason;
  };

  exception ResourceNotAvailable {
    string name;
    string resourceType;
    string propertyName;
    string elementName;
    string resourceName;
  };
};

#endif /* TARGET_DATA_IDL */