summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_ExecutorLocator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_ExecutorLocator.idl')
-rw-r--r--CIAO/ciao/CCM_ExecutorLocator.idl39
1 files changed, 0 insertions, 39 deletions
diff --git a/CIAO/ciao/CCM_ExecutorLocator.idl b/CIAO/ciao/CCM_ExecutorLocator.idl
deleted file mode 100644
index a764225af7c..00000000000
--- a/CIAO/ciao/CCM_ExecutorLocator.idl
+++ /dev/null
@@ -1,39 +0,0 @@
-// $Id$
-
-/**
- * @@ Compile this file with:
- *
- * tao_idl -Gv -I ../.. -I ../../orbsvcs/orbsvcs \
- * -Wb,export_macro=CIAO_Export \
- * -Wb,export_include=CIAO_export.h \
- * -Wb,pre_include="ace/pre.h" \
- * -Wb,post_include="ace/post.h" \
- * CCM_Container_Ex.idl
- */
-
-#if !defined (CCM_EXECUTORLOCATOR_IDL)
-#define CCM_EXECUTORLOCATOR_IDL
-
-#include "ciao/CCM_EnterpriseComponent.idl"
-#include "ciao/CCM_CCMException.idl"
-#include "ciao/CCM_Object.idl"
-
-// *************** Extended Container Interfaces ***************
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface ExecutorLocator : EnterpriseComponent
- {
- Object obtain_executor (in string name)
- raises (CCMException);
-
- void release_executor (in Object exc)
- raises (CCMException);
-
- void configuration_complete()
- raises (InvalidConfiguration);
- };
-};
-#endif /* CCM_EXECUTORLOCATOR_IDL */