summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test_i.cpp
blob: 71eefd78ad995c6cc99d77f644465802e2530f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// $Id$
//
#include "test_i.h"

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