summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test_i.cpp
blob: 03c969a6a0d162af295a984c1cde0835d65a4eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#include "Test_i.h"

ACE_RCSID(CORBA, Test_i, "$Id$")

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