summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_EntityContext.idl
blob: 3375c44717df0421ea389e20b2fa635a4be3e2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#if !defined (CCM_ENTITYCONTEXT_IDL)
#define CCM_ENTITYCONTEXT_IDL

#include "ccm/CCM_Context.idl"
#include "ccm/CCM_Object.idl"

module Components
{
  typeprefix Components "omg.org";

  local interface EntityContext : CCMContext
  {
    Object get_CCM_object ()
      raises (IllegalState);

    PrimaryKeyBase get_primary_key ()
      raises (IllegalState);
  };
};
#endif /* CCM_ENTITYCONTEXT_IDL */