2 #ifndef CALLBACK_CALLBACK_H
3 #define CALLBACK_CALLBACK_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Callback interface
10 : public virtual POA_Test::Callback
14 Callback (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual CORBA::Boolean
are_you_there (CORBA::String_out answer
);
19 virtual void test_oneway (void);
21 virtual void shutdown (void);
23 /// Use an ORB reference to shutdown the application.
27 #include /**/ "ace/post.h"
28 #endif /* CALLBACK_CALLBACK_H */