Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2768_Regression / Messenger.idl
blob6ccd2e82f609f3fae91c8df90d25e16ff3ef0bba
2 module SimpleMessenger
4 interface Messenger
6 oneway void send();
7 };
8 };