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

#include "ccm/CCM_EnterpriseComponent.idl"

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