summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/AMH_AMI/middle.idl
blob: a81f96ee214cb739b4fb602d18e837426a77e035 (plain)
1
2
3
4
5
6
7
8
// $Id$

// file: middle.idl

interface Middle
{
   string get_the_answer (in string question);
};