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

#ifndef DEPLOYMENT_NODEAPPLICATION_IDL
#define DEPLOYMENT_NODEAPPLICATION_IDL

#include "DAnCE/Deployment/Deployment_Application.idl"
#include "DAnCE/Deployment/Deployment_Core.idl"
//#include "DAnCE/Deployment/Deployment_Container.idl"
//#include "DAnCE/Deployment/Deployment_Events.idl"

module Deployment {
	//@! in DOCGroup NodeApplication has a lot extensions and additional types
	interface NodeApplication :
		Application
	{
	};
};
#endif /* DEPLOYMENT_NODEAPPLICATION_IDL */