3 //=============================================================================
8 * Header for the SSLIOP Callback test client callback implementation.
10 * @author Robert Martin <martin_r@ociweb.com>
12 //=============================================================================
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
26 : public virtual POA_client
29 client_i (server_ptr s
);
32 virtual void test_reply (const char *msg
);
38 #endif /* CLIENT_I_H */