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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3384_Regression
/
Client_i.cpp
blob
20a1ade9fc1c9209fc0e89b97737cbf47cbed71c
1
#include
"Client_i.h"
2
3
void
Client
::
reply
(
const char
*
msg
)
4
{
5
this
->
reply_count_
++;
6
ACE_DEBUG
((
LM_DEBUG
,
"(%P|%t) Client::reply -> %s
\n
"
,
msg
));
7
}