summaryrefslogtreecommitdiff
path: root/flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl')
-rw-r--r--flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl b/flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl
index bbcb1da0c79..78b8d77a2b9 100644
--- a/flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl
+++ b/flat/CIAO/ccm/ComponentServer/CCM_ComponentServer.idl
@@ -22,7 +22,7 @@ module Components
ServerActivator get_server_activator();
Container create_container(in ConfigValues config)
- raises (::Components::CreateFailure,
+ raises (::Components::CreateFailure,
::Components::Deployment::InvalidConfiguration);
void remove_container(in Container cref) raises (::Components::RemoveFailure);
@@ -43,7 +43,7 @@ module Components
CCMHome install_home(in UUID id,
in string entrypt,
in ConfigValues config)
- raises (::Components::Deployment::UnknownImplId,
+ raises (::Components::Deployment::UnknownImplId,
::Components::Deployment::ImplEntryPointNotFound,
::Components::Deployment::InstallationFailure,
::Components::Deployment::InvalidConfiguration);