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

#if !defined (CCM_ENTITYCONTEXT_IDL)
#define CCM_ENTITYCONTEXT_IDL

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

#if !defined (CCM_LW)

module Components
{
  typeprefix Components "omg.org";

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

    PrimaryKeyBase get_primary_key ()
      raises (IllegalState);
  };
};

#endif

#endif /* CCM_ENTITYCONTEXT_IDL */