summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_1436_Regression/test.idl
blob: 28796f76c3c5b27fd8051b59025d02c92d48b075 (plain)
1
2
3
4
5
6
7
// $Id$

interface test
{
  void testme ();
  void TESTME ();
};