4 #if !defined(__ACE_INLINE__)
6 #endif /* __ACE_INLINE__ */
9 Simple_Server_i::test_method (CORBA::Long x
,
10 const Structure
& the_in_structure
,
11 Structure_out the_out_structure
,
15 ACE_NEW_RETURN (tmp
, Structure (the_in_structure
), -1);
16 the_out_structure
= tmp
;
18 if (TAO_debug_level
> 0)
21 "Simpler_Server_i ====\n"
28 the_in_structure
.seq
.length (),
36 Simple_Server_i::raise_user_exception (void)
38 throw test_exception (33, "reactor meltdown", "kaput");
42 Simple_Server_i::raise_system_exception (void)
44 throw CORBA::NO_PERMISSION ();
48 Simple_Server_i::shutdown (void)
50 this->orb_
->shutdown (0);
54 Simple_Server_i::test_val (void)
60 Simple_Server_i::test_val (CORBA::Long tv
)
62 if (TAO_debug_level
> 0)
65 "Simpler_Server_i ====test_val: %d\n", tv