Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / IOR / Messenger.idl
blobf2a0074c1e8543b53fe8c11c5fb2c220f25fa483
1 #include "orb.idl"
3 interface Messenger
5 void send_message(in CORBA::OctetSeq user_name);
6 };