Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / mixed_security_test / constants.h
blobada6b6fab70fca73498c86cb84780aa78355bac6
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file constants.h
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");
27 #endif