3 #include /**/ "ace/pre.h"
7 /// Implement the Test::TestServer interface
9 : public virtual POA_Test::TestServer
12 // = The skeleton methods
13 virtual void pass_callback (Test::TestCallback_ptr test
);
15 bool got_callback (void);
16 void make_callback (void);
17 void shutdown_client (void);
20 Test::TestCallback_var callback_
;
23 #include /**/ "ace/post.h"
24 #endif /* TESTSERVER_H */