summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CIAO_SwapExec.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CIAO_SwapExec.idl')
-rw-r--r--CIAO/ciao/CIAO_SwapExec.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/CIAO/ciao/CIAO_SwapExec.idl b/CIAO/ciao/CIAO_SwapExec.idl
new file mode 100644
index 00000000000..2349988f46d
--- /dev/null
+++ b/CIAO/ciao/CIAO_SwapExec.idl
@@ -0,0 +1,12 @@
+// $Id$
+
+#include "ciao/CCM_EnterpriseComponent.idl"
+
+module CIAO
+{
+ local interface Swap_Exec : ::Components::EnterpriseComponent
+ {
+ Components::EnterpriseComponent incarnate ();
+ Components::EnterpriseComponent etherealize ();
+ };
+};