Revert "Use a variable on the stack to not have a temporary in the call"
[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 };