summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CCM_ExtensionComponent.idl
blob: 585e5e85f644391869e60b2a59dce2482121fab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $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 */