Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / DevGuideExamples / SmartProxies / Logger.idl
blobe3e7c50732446bc21b2803c8913b385409d1d716
1 // Logger.idl
3 interface Logger
5 boolean log_message(in string message);
6 };