2 #include "ace/OS_NS_stdio.h"
5 Roundtrip::Roundtrip (CORBA::ORB_ptr orb
)
6 : orb_ (CORBA::ORB::_duplicate (orb
)),
12 Roundtrip::test_method (Test::Timestamp send_time
,
13 Test::number cl_number
)
15 if (cl_number
% 2 == 0)
17 for (int i
= 1; i
< 10000; i
++)
19 (void) ACE::is_prime (290090, 2, 190090);
27 Roundtrip::shutdown ()
29 this->orb_
->shutdown (false);