sources:
Helper.h (741 bytes)
HomeFinder.cpp (2.9k)
HomeFinder_Impl.cpp (3.2k)
HomeFinder_Impl.h (1.6k)
ccm.cpp (389.7k)
ccm.h (127.0k)
home.idl (11.9k)
home_old.idl (312 bytes)


website:
more info here
studies/corba/Corba-Code6/home_old.idl
download file

  1 #include <mico/CCM.idl>
  2
  3 module HPI{
  4   interface HomeFinder:Components::HomeFinder{
  5     long register(in string comp_repid,
  6                   in string home_repid,
  7           in Components::CCMHome the_home)
;
  8     void unregister(in long cookie)
  9                   raises (Components::HomeNotFound);
 10   };
 11 };
 12
 13
 14