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