summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/w32_test.idl
blob: 56e33c88e7d7b3cafc401dff7a8cc1788512bc79 (plain)
1
2
3
4
5
6
7
8
interface W32_Test_Interface
{
  // = TITLE
  //    Defines an interface that returns a response string.

  string getresponse (in long respnr);
};