summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/INS.idl
blob: 7af7e68c8df2b752ae2ad197f96f10d4690e4758 (plain)
1
2
3
4
5
6
7
8
9
10
11
//$Id$

#ifndef INS_TEST_IDL
#define INS_TEST_IDL

interface INS
{
  string test_ins ();
};

#endif /* INS_TEST_IDL */