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

#ifndef DEPLOYMENT_CORE_IDL
#define DEPLOYMENT_CORE_IDL

//#include "ciao/CCM_Component.idl"
#include "DAnCE/Deployment/Deployment_TargetData.idl"
#include "DAnCE/Deployment/Deployment_Data.idl"
#include "DAnCE/Deployment/Deployment_Application.idl"

module Deployment {

	//@! in DOCGroup three additional exceptions specified
	exception StopError {
		string name;
		string reason;
	};
};
#endif /* DEPLOYMENT_CORE_IDL */