blob: 9f69f9e1ec05c3da6963df57c6b21897ea661560 (
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
TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %s\n", string));
}
|