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


void
Test_i::method (long input,
		ACE_CORBA_1 (Environment) &)
{
  ACE_DEBUG ((LM_DEBUG, "received a number %d\n", input));
}