5 #include /**/ "ace/pre.h"
9 #include "ace/OS_NS_Thread.h"
11 /// Implement the Test::EventNode interface
13 : public virtual POA_Test::EventNode
17 EventNode (CORBA::ORB_ptr orb
,
20 // = The skeleton methods
21 virtual void registerHello (::Test::Hello_ptr h
);
23 virtual void shutdown ();
26 /// Use an ORB reference to convert strings to objects and shutdown
30 ACE_thread_t
const thr_id_
;
33 #include /**/ "ace/post.h"