summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_ExtensionComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_ExtensionComponent.idl')
-rw-r--r--CIAO/ciao/CCM_ExtensionComponent.idl20
1 files changed, 0 insertions, 20 deletions
diff --git a/CIAO/ciao/CCM_ExtensionComponent.idl b/CIAO/ciao/CCM_ExtensionComponent.idl
deleted file mode 100644
index 585e5e85f64..00000000000
--- a/CIAO/ciao/CCM_ExtensionComponent.idl
+++ /dev/null
@@ -1,20 +0,0 @@
-// $Id$
-
-#if !defined (CCM_EXTENSIONCOMPONENT_IDL)
-#define CCM_EXTENSIONCOMPONENT_IDL
-
-#include "ciao/CCM_EnterpriseComponent.idl"
-#include "ciao/CCM_ExtensionContext.idl"
-
-module Components
-{
- local interface ExtensionComponent : EnterpriseComponent
- {
- void set_extension_context (in ExtensionContext ctx)
- raises (CCMException);
- void ccm_remove ()
- raises (CCMException);
- };
-};
-
-#endif /* CCM_EXTENSIONCOMPONENT_IDL */