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"
18 AMI_Test_i::AMI_Test_i (CORBA::ORB_ptr orb
)
19 : orb_ (CORBA::ORB::_duplicate (orb
)),
20 number_ ((CORBA::Long
) 931232),
21 yadda_ ((CORBA::Long
) 140474)
26 AMI_Test_i::foo (CORBA::Long_out out_l
,
32 //if (TAO_debug_level > 0)
34 "%N:%l:(%P:%t):AMI_Test_i::foo: %d %C\n",
41 "Throwing Exception: A::DidTheRightThing\n"));
42 throw A::DidTheRightThing();
50 AMI_Test_i::shutdown ()
52 this->orb_
->shutdown (false);
60 "%N:%l:(%P:%t):AMI_Test_i::(get_)yadda\n"));
66 AMI_Test_i::yadda (CORBA::Long yadda
)
69 "%N:%l:(%P:%t):AMI_Test_i::(set_)yadda\n"));