summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-13 10:00:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-13 10:00:27 +0000
commitf6e43445f53d918e66a2ea00f81c5cc2355641fb (patch)
tree08d41097da9aeac1c83f3ce5430c8a310358f0de /TAO/orbsvcs
parent57b86b4a6c7c1a32e5e24b9a7f071c1948957581 (diff)
downloadATCD-f6e43445f53d918e66a2ea00f81c5cc2355641fb.tar.gz
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/Security/mixed_security_test/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/mixed_security_test/constants.h b/TAO/orbsvcs/tests/Security/mixed_security_test/constants.h
index 004296e3486..62735c451e4 100644
--- a/TAO/orbsvcs/tests/Security/mixed_security_test/constants.h
+++ b/TAO/orbsvcs/tests/Security/mixed_security_test/constants.h
@@ -17,7 +17,7 @@
namespace TAO_Mixed_Security_Test
{
- const ACE_TCHAR *cert_file = ACE_TEXT("cacert.pem");
+ const char *cert_file = "cacert.pem";
const ACE_TCHAR *permitted_ior_file = ACE_TEXT("permitted.ior");
const ACE_TCHAR *permitted_ior = ACE_TEXT("file://permitted.ior");