diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-03-18 16:58:02 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2007-03-18 16:58:02 +0000 |
commit | 543d5894300d9e09c81cd8c19ffd5cd759602b67 (patch) | |
tree | dcbe6f9a2ffad69dd7031ff1c4a8d1198d127384 /CIAO/ciao/CCM_HomeRegistration.idl | |
parent | 4fe14ad59676ee0cd6f54bbd38d714cce3da558e (diff) | |
download | ATCD-543d5894300d9e09c81cd8c19ffd5cd759602b67.tar.gz |
Diffstat (limited to 'CIAO/ciao/CCM_HomeRegistration.idl')
-rw-r--r-- | CIAO/ciao/CCM_HomeRegistration.idl | 34 |
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 e7ee299e11c..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 "ciao/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 */ |