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