summaryrefslogtreecommitdiff
path: root/CIAO/ciao/CCM_HomeRegistration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/CCM_HomeRegistration.idl')
-rw-r--r--CIAO/ciao/CCM_HomeRegistration.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/CIAO/ciao/CCM_HomeRegistration.idl b/CIAO/ciao/CCM_HomeRegistration.idl
deleted file mode 100644
index f724b908337..00000000000
--- a/CIAO/ciao/CCM_HomeRegistration.idl
+++ /dev/null
@@ -1,34 +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
- */
-
-//#define CIAO_HAS_IMPORT_KEYWORD
-
-#if !defined (CCM_HOMEREGISTRATION_IDL)
-#define CCM_HOMEREGISTRATION_IDL
-
-#include "CCM_Home.idl"
-
-module Components
-{
- typeprefix Components "omg.org";
-
- local interface HomeRegistration
- {
- void register_home (in CCMHome home_ref,
- in string home_name);
-
- void unregister_home (in CCMHome home_ref);
- };
-
-};
-#endif /* CCM_HOMEREGISTRATION_IDL */