summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_Homes.idl
blob: a47dd2ab2a17f7af682268a65b82b7cb04e5f873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// NOT Compliant with OMG 06-04-01 Section 6.7.6

#if !defined (CCM_HOMES_IDL)
#define CCM_HOMES_IDL

#include "ccm/CCM_Home.idl"

module Components
{
  typeprefix Components "omg.org";

  /**
   * @@ Added by wotte for continued compatibility with OFCCM
   */
  typedef sequence<CCMHome> CCMHomes;
};

#endif /* CCM_HOMES_IDL */