summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.idl
blob: 1e486f79595033e0dfb3bd2a564333502e56d2aa (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$

#ifndef TSEC_CHECKPOINT_IDL
#define TSEC_CHECKPOINT_IDL

#include "../interfaces/ENW.idl"


module ENW
{
  component TSEC_CheckPoint supports ISessionService
  {
    provides ISessionService sessionService;

    consumes  ET_LifeToken lifeTokenIn;
    publishes ET_LifeToken lifeTokenOut;

  };

  home TSEC_CheckPointHome manages TSEC_CheckPoint
  {
    factory new_TSEC_CheckPoint( in string   Version );
  };
};


#endif // TSEC_CHECKPOINT_IDL