5 Hello::normal_context_ok_
= 0;
8 Hello::extended_context_ok_
= 0;
10 Hello::Hello (CORBA::ORB_ptr orb
)
11 : orb_ (CORBA::ORB::_duplicate (orb
))
18 this->orb_
->shutdown (0);
22 Hello::check_normal_context ()
24 if (! normal_context_ok_
)
25 throw Test::MyException ();
29 Hello::check_extended_context ()
31 if (! extended_context_ok_
)
32 throw Test::MyException ();