summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Deployment/Deployment_ApplicationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/Deployment/Deployment_ApplicationManager.idl')
-rw-r--r--DAnCE/dance/Deployment/Deployment_ApplicationManager.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/DAnCE/dance/Deployment/Deployment_ApplicationManager.idl b/DAnCE/dance/Deployment/Deployment_ApplicationManager.idl
deleted file mode 100644
index 8450e76dab5..00000000000
--- a/DAnCE/dance/Deployment/Deployment_ApplicationManager.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-// Compliant with OMG 06-04-01 section 15
-
-#ifndef DEPLOYMENT_APPLICATIONMANAGER_IDL
-#define DEPLOYMENT_APPLICATIONMANAGER_IDL
-
-#include "dance/Deployment/Deployment.idl"
-#include "dance/Deployment/Deployment_InvalidProperty.idl"
-#include "dance/Deployment/Deployment_Application.idl"
-#include "dance/Deployment/Deployment_Connection.idl"
-#include "dance/Deployment/Deployment_ResourceNotAvailable.idl"
-#include "dance/Deployment/Deployment_InvalidNodeExecParameter.idl"
-#include "dance/Deployment/Deployment_InvalidComponentExecParameter.idl"
-
-module Deployment {
-
- interface ApplicationManager {
- Application startLaunch (in Properties configProperty,
- out Connections providedReference)
- raises (ResourceNotAvailable,
- StartError,
- InvalidProperty,
- InvalidNodeExecParameter,
- InvalidComponentExecParameter);
-
- void destroyApplication (in Application app)
- raises (StopError);
- };
-};
-
-#endif /* DEPLOYMENT_APPLICATIONMANAGER_IDL */