summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test_i.cpp
blob: 48b6bc7ccb1a6d094b05381bea886212e9c6d5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// $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));
}