summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Entity/CCM_EntityContext.idl
blob: ba0993d2df0c41a79f74b5ab672633ebc0a93a2d (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
// Compliant with OMG 06-04-01 Section 9.3.4.1

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