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"
16 #include "ace/OS_NS_unistd.h"
18 AMI_Test_i::AMI_Test_i (CORBA::ORB_ptr orb
)
19 : orb_ (CORBA::ORB::_duplicate (orb
))
24 AMI_Test_i::foo (CORBA::Long_out out_l
)
34 AMI_Test_i::shutdown (void)
38 this->orb_
->shutdown (0);