3 Visual_i::Visual_i (CORBA::ORB_ptr orb
)
4 : orb_ (CORBA::ORB::_duplicate (orb
))
9 Visual_i::normal (CORBA::Long arg
)
11 ACE_DEBUG ((LM_DEBUG
, "Visual::normal called with %d\n", arg
));
17 ACE_DEBUG ((LM_DEBUG
, "Visual::nothing\n"));
23 ACE_DEBUG ((LM_DEBUG
, "Visual::user, throwing Silly\n"));
24 throw Test_Interceptors::Silly ();
30 ACE_DEBUG ((LM_DEBUG
, "Visual::user, throwing INV_OBJREF\n"));
31 throw CORBA::INV_OBJREF ();
37 this->orb_
->shutdown (false);