3 //=============================================================================
7 * Set of constants shared between client and server
9 * @author Chris Cleeland <cleeland@ociweb.com>
11 //=============================================================================
13 #ifndef SECURE_INVOCATION_CONSTANTS_H
14 #define SECURE_INVOCATION_CONSTANTS_H
16 namespace TAO_Mixed_Security_Test
18 const char *cert_file
= "cacert.pem";
20 const ACE_TCHAR
*permitted_ior_file
= ACE_TEXT("permitted.ior");
21 const ACE_TCHAR
*permitted_ior
= ACE_TEXT("file://permitted.ior");
23 const ACE_TCHAR
*restricted_ior_file
= ACE_TEXT("restricted.ior");
24 const ACE_TCHAR
*restricted_ior
= ACE_TEXT("file://restricted.ior");