summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-09-10 14:45:29 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-09-10 14:45:29 +0000
commit8b905a6451ee9e8e62e21f2450e4141eee9dd446 (patch)
tree5692a82304ac3d6d4284bdb98a1e5f5d8bc0ceaa /CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl
parentf22ab06d81dd1b633436135ac7c7edd126f69396 (diff)
downloadATCD-8b905a6451ee9e8e62e21f2450e4141eee9dd446.tar.gz
Fri Sep 10 14:44:35 UTC 2010 William Otte <wotte@zifnab>
* DAnCE: Moved DAnCE to root of DOC repository.
Diffstat (limited to 'CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl')
-rw-r--r--CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl b/CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl
deleted file mode 100644
index 8a60dbb2ccf..00000000000
--- a/CIAO/DAnCE/Deployment/Deployment_ExecutionManager.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-#ifndef EXECUTIONMANAGER_IDL
-#define EXECUTIONMANAGER_IDL
-
-#include "DAnCE/Deployment/Deployment_DomainApplicationManager.idl"
-#include "DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl"
-#include "DAnCE/Deployment/Deployment_PlanError.idl"
-
-module Deployment {
- interface ExecutionManager {
- DomainApplicationManager preparePlan (in DeploymentPlan plan,
- in ResourceCommitmentManager resourceCommitment)
- raises (ResourceNotAvailable, PlanError, StartError);
- DomainApplicationManagers getManagers ();
- void destroyManager (in DomainApplicationManager manager)
- raises (StopError);
- };
-};
-
-#endif /* EXECUTIONMANAGER_IDL */