summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Homes.idl
blob: edeb6ddb11f263e8078a28bff286d86be759ea80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
/// 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 */