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