4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Hello interface
15 : public virtual POA_Test::Hello
19 Hello (CORBA::ORB_ptr orb
, Test::Hello_ptr server
, CORBA::ULong server_id
= 0);
21 // = The skeleton methods
22 virtual char * get_string (void);
24 virtual void shutdown (void);
26 virtual void throw_exception (void);
28 virtual CORBA::Boolean
call_me_back (Test::Hello_ptr me
);
30 virtual CORBA::Boolean
call_back (void);
32 virtual CORBA::Boolean
check_request_id (void);
34 virtual CORBA::ULong
drop_down_dead (void);
36 static CORBA::Boolean ids_differ_
;
39 /// Use an ORB reference to convert strings to objects and shutdown
43 Test::Hello_var server_
;
45 CORBA::ULong server_id_
;
52 #include /**/ "ace/post.h"