2 //=============================================================================
6 * Implementation of the AMI Test interface.
8 * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
9 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
11 //=============================================================================
14 #include "ami_test_i.h"
15 #include "tao/debug.h"
17 AMI_Test_i::AMI_Test_i (CORBA::ORB_ptr orb
)
18 : orb_ (CORBA::ORB::_duplicate (orb
))
23 AMI_Test_i::foo (CORBA::Long_out out_l
,
30 if (TAO_debug_level
> 0)
32 "%N:%l:(%P:%t):AMI_Test_i::foo: %d %s\n",
40 AMI_Test_i::shutdown (void)
42 this->orb_
->shutdown (0);