summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/double_start/Test.idl
blob: 220db0f172424e4865614faacdfaa3c04de15278 (plain)
1
2
3
4
5
6
7
8
9
10
interface Test
{

  // for testing the crash recovery scenario
  void arm ();

  void trigger ();

};