summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CIAO_SwapExec.idl
blob: 2349988f46dfcf13dbac1b9ef2280b07e0eabb51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#include "ciao/CCM_EnterpriseComponent.idl"

module CIAO
{
  local interface Swap_Exec : ::Components::EnterpriseComponent
  {
    Components::EnterpriseComponent incarnate ();
    Components::EnterpriseComponent etherealize ();
  };
};