summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/w32_test.idl
blob: 4f6423e2ad52314a194c254135f73189abf5b850 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

interface W32_Test_Interface
{
  // = TITLE
  //    Defines an interface that returns a response string.

  string getresponse (in long respnr);
};