Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1383_Regression / callee.idl
blob17992673573d1d65047e6ead803237421b30b847
1 interface Callee {
2 void callback(in string message);
3 };