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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
tests
/
Connection_Purging
/
test_i.cpp
blob
60ca99b1653ff8aee3b6fd6743764b1825a925bf
1
#include
"test_i.h"
2
3
void
4
test_i
::
send_stuff
(
const char
*
string
)
5
{
6
ACE_DEBUG
((
LM_DEBUG
,
"TAO (%P|%t) - %C
\n
"
,
string
));
7
}
8