summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_HomeRegistration.idl
blob: c6f69ed6c430b52af948f7e0fffd3fe4415f02c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#if !defined (CCM_HOMEREGISTRATION_IDL)
#define CCM_HOMEREGISTRATION_IDL

#include "ccm/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 */