Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3384_Regression / Client_i.cpp
blob9c421896d235747f855be92fca3de88672654ab3
1 #include "Client_i.h"
3 Client::~Client () {}
5 void Client::reply (const char * msg)
7 this->reply_count_++;
8 ACE_DEBUG ((LM_DEBUG, "(%P|%t) Client::reply -> %s\n", msg));