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
Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1383_Regression
/
Callee_i.cpp
blob
4d5ee73bb2301255d8e9ce38de9f7ee7f9c9d221
1
#include
"Callee_i.h"
2
3
void
Callee_i
::
callback
(
const char
*
message
)
4
{
5
ACE_DEBUG
((
LM_DEBUG
,
"Callee_i::callback: message is %C"
,
message
));
6
}