summaryrefslogtreecommitdiff
path: root/CIAO/ccm/CCM_PrimaryKeyBase.idl
blob: e2bc5da5955311a0d3ed498e183ee1f3fe86fa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
/// Compliant with OMG 06-04-01 Section 6.7.2.2

#if !defined (CCM_PRIMARYKEYBASE_IDL)
#define CCM_PRIMARYKEYBASE_IDL

#if !defined (CCM_LW)

module Components
{
  typeprefix Components "omg.org";

  abstract valuetype PrimaryKeyBase {};

};

#endif

#endif /* CCM_PRIMARYKEYBASE_IDL */