summaryrefslogtreecommitdiff
path: root/CIAO/ciao/SwapExec.idl
blob: 94aa99efd656e065c2066776567fcb602cbbca42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#include "CCM_EnterpriseComponent.idl"

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