summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.cidl
blob: 07748288e51754ee1a0cfc8e5b77b8863529d0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//$Id$

#ifndef TSEC_CHECKPOINT_CIDL
#define TSEC_CHECKPOINT_CIDL

#include "TSEC_CheckPoint.idl"

composition session TSEC_CheckPoint_Impl
{
  home executor TSEC_CheckPointHome_Exec
  {
    implements ENW::TSEC_CheckPointHome;
    manages TSEC_CheckPoint_Exec;
  };
};

#endif // TSEC_CHECKPOINT_CIDL