summaryrefslogtreecommitdiff
path: root/CIAO/ccm/Session/CCM_SessionContext.idl
blob: b499eae209a7e7aa460b7f9e7bbfb94f875215a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if !defined (CCM_SESSIONCONTEXT_IDL)
#define CCM_SESSIONCONTEXT_IDL

#include "ccm/CCM_Context.idl"

module Components
{
  typeprefix Components "omg.org";

  local interface SessionContext : CCMContext
  {
    Object get_CCM_object()
      raises (IllegalState);
  };
};
#endif /* CCM_SESSIONCONTEXT_IDL */