3 extern CORBA::Boolean receive_request_called
;
5 test_i::test_i (CORBA::ORB_ptr orb
)
6 : orb_ (CORBA::ORB::_duplicate (orb
))
17 // PortableInterceptor::ServerRequestInterceptor::receive_request()
18 // should have been invoked.
19 if (::receive_request_called
== 0)
22 "PortableInterceptor::ServerRequestInterceptor::"
23 "receive_request() not called\n"
24 "prior to target operation execution.\n"));
26 throw CORBA::INTERNAL ();
33 this->orb_
->shutdown (false);