summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/Bug_2130_Regression/SEC_CheckPoint/TSEC_CheckPoint.idl
blob: 83d68fc4353e27bb4bdb1ded1df7b7f63f43e32b (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