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

#include "CCM_Container.idl"


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