4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Hello interface
10 : public virtual POA_Test::Hello
14 Hello (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual CORBA::ULong
next_prime (void);
20 /// Use an ORB reference to convert strings to objects and shutdown
25 TAO_SYNCH_MUTEX mutex_
;
28 CORBA::ULong latest_prime_
;
31 #include /**/ "ace/post.h"