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