repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
DevGuideExamples
/
SmartProxies
/
Logger.idl
blob
e3e7c50732446bc21b2803c8913b385409d1d716
1
// Logger.idl
2
3
interface
Logger
4
{
5
boolean
log_message
(
in string message
);
6
};