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

#ifndef TSEC_CHECKPOINTEI_IDL
#define TSEC_CHECKPOINTEI_IDL

#include "TSEC_CheckPoint.idl"

module ENW
{
  local interface TSEC_CheckPoint_Exec :
         CCM_TSEC_CheckPoint,
         CCM_ISessionService,
         Components::SessionComponent
  {
  };
};

#endif /* TSEC_CHECKPOINTEI_IDL */