summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment_Target_Data.idl
blob: 0e08248972ab4114b823ffd601de5ba52b7a4362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#ifndef TARGET_DATA_IDL
#define TARGET_DATA_IDL

module Deployment {

  exception PlanError {
    string name;
    string reason;
  };
};

#endif /* TARGET_DATA_IDL */