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