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

#if !defined (CCM_HOMEREGISTRATION_IDL)
#define CCM_HOMEREGISTRATION_IDL

#include "ccm/CCM_Home.idl"

#if !defined (CCM_LW)

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

#endif /* CCM_HOMEREGISTRATION_IDL */