summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Collocation/test.idl
blob: fb23b0eeb08f96748d52f498e980f85507196b41 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface test
{
  void start ();

  void method ();
};