summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_EnterpriseComponent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_EnterpriseComponent.idl')
-rw-r--r--CIAO/ciao/CCM_EnterpriseComponent.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/CIAO/ciao/CCM_EnterpriseComponent.idl b/CIAO/ciao/CCM_EnterpriseComponent.idl
deleted file mode 100644
index b3f3d1b9432..00000000000
--- a/CIAO/ciao/CCM_EnterpriseComponent.idl
+++ /dev/null
@@ -1,25 +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.idl
- */
-
-//#define CIAO_HAS_IMPORT_KEYWORD
-
-#if !defined (CCM_ENTERPRISECOMPONENT_IDL)
-#define CCM_ENTERPRISECOMPONENT_IDL
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface EnterpriseComponent {};
-};
-#endif /* CCM_CONTAINER_IDL */