summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Deployment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/Deployment.idl')
-rw-r--r--TAO/CIAO/DAnCE/ciao/Deployment.idl40
1 files changed, 1 insertions, 39 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Deployment.idl b/TAO/CIAO/DAnCE/ciao/Deployment.idl
index a690f64561e..33ec0a15378 100644
--- a/TAO/CIAO/DAnCE/ciao/Deployment.idl
+++ b/TAO/CIAO/DAnCE/ciao/Deployment.idl
@@ -2,6 +2,7 @@
#include <orb.idl>
#include "tao/ULongSeq.pidl"
#include "Deployment_Core.idl"
+#include "Deployment_Ex.idl"
module Deployment {
@@ -254,19 +255,6 @@ module Deployment {
Properties infoProperty;
};
- exception ResourceNotAvailable {
- string name;
- string resourceType;
- string propertyName;
- string elementName;
- string resourceName;
- };
-
- exception PlanError {
- string name;
- string reason;
- };
-
enum DomainUpdateKind {
Add,
Delete,
@@ -283,15 +271,6 @@ module Deployment {
void updateDomain (in ::CORBA::StringSeq elements, in Domain domainSubset, in DomainUpdateKind updateKind);
};
- exception InvalidProperty {
- string name;
- string reason;
- };
-
- exception StopError {
- string name;
- string reason;
- };
interface ApplicationManager {
Application startLaunch (in Properties configProperty, out Connections providedReference, in boolean start)
@@ -342,23 +321,6 @@ module Deployment {
raises (StopError);
};
- exception NameExists {
- };
-
- exception PackageError {
- string source;
- string reason;
- };
-
- exception NoSuchName {
- };
-
- exception LastConfiguration {
- };
-
- exception InvalidReference {
- };
-
struct PackageConfiguration;
typedef sequence < PackageConfiguration > PackageConfigurations;