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

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