summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_PrimaryKeyBase.idl
blob: 7ca693c7bb08b35b9ee99f830ad30a6e3bb57529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// $Id$

#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 */