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"
19 AMI_Test_i::AMI_Test_i (CORBA::ORB_ptr orb
)
20 : orb_ (CORBA::ORB::_duplicate (orb
)),
21 number_ ((CORBA::Long
) 931232),
22 yadda_ ((CORBA::Long
) 140474)
27 AMI_Test_i::foo (CORBA::Long_out out_l
,
33 //if (TAO_debug_level > 0)
35 "%N:%l:(%P:%t):AMI_Test_i::foo: %d %C\n",
42 "Throwing Exception: A::DidTheRightThing\n"));
43 throw A::DidTheRightThing();
52 AMI_Test_i::shutdown (void)
54 this->orb_
->shutdown (0);
59 AMI_Test_i::yadda (void)
62 "%N:%l:(%P:%t):AMI_Test_i::(get_)yadda\n"));
68 AMI_Test_i::yadda (CORBA::Long yadda
)
71 "%N:%l:(%P:%t):AMI_Test_i::(set_)yadda\n"));