summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Test_i.cpp
blob: ab05f3a117150c397b2a289c490eb07f0503cb5b (plain)
1
2
3
4
5
6
7
8
9
10
//
// $Id$
//
#include "Test_i.h"

void
test_i::send_stuff (const char* string)
{
  ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %s\n", string));
}