Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / DevGuideExamples / AMH_AMI / middle.idl
blobeb15857ba67ad3b5efd9058f84b4417aaf17a8df
1 // file: middle.idl
3 interface Middle
5 string get_the_answer (in string question);
6 };