1 #ifndef TAO_HANG_TEST_I_H
2 #define TAO_HANG_TEST_I_H
3 #include /**/ "ace/pre.h"
7 #include "ace/OS_NS_unistd.h"
12 : public virtual POA_Test::Hang
15 // = The skeleton methods
16 virtual void send_stuff (const char* str
,
20 "(%P|%t) - [%C]\n", str
));
27 "TAO (%P|%t) - Returning from send_stuff\n", str
));
36 #include /**/ "ace/post.h"
37 #endif /* TAO_HANG_TEST_I_H */