3 //=============================================================================
7 * Header for the SSLIOP Callback test server implementation.
9 * @author Robert Martin <martin_r@ociweb.com>
11 //=============================================================================
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 : public virtual POA_server
27 server_i (CORBA::ORB_ptr orb
);
30 virtual void set_client (client_ptr c
);
32 virtual void test_request (const char *msg
);
34 virtual void shutdown ();
42 #endif /* SERVER_I_H */