// $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 */