summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3384_Regression/Client_i.cpp
blob: 09df7b27d4f85255b0f2982b16b3246c0b310302 (plain)
1
2
3
4
5
6
7
8
9
10

#include "Client_i.h"

Client::~Client () {}

void Client::reply (const char * msg)
{
  this->reply_count_++;
  ACE_DEBUG ((LM_DEBUG, "(%P|%t) Client::reply -> %s\n", msg));
}