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

#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));
}