diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:49:01 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-29 08:49:01 +0000 |
commit | 16195e8d37d9f0c49bdff5a3dc69e41c04235777 (patch) | |
tree | ca84f65f7773973e94550e6f586341be0748bb5c /TAO/tests/OBV | |
parent | e92c5585f0a75848c9e1f0826ce270662984f7e9 (diff) | |
download | ATCD-16195e8d37d9f0c49bdff5a3dc69e41c04235777.tar.gz |
Mon Sep 29 07:59:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r-- | TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp b/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp index 6f002ddc7e7..b0900f52ba8 100644 --- a/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp +++ b/TAO/tests/OBV/Collocated/Forward/Collocated_Test.cpp @@ -6,8 +6,8 @@ #include "ace/SString.h" #include "ace/Manual_Event.h" -const ACE_TCHAR output = ACE_TEXT("test.ior"); -const ACE_TCHAR input = ACE_TEXT("file://test.ior"); +const ACE_TCHAR *output = ACE_TEXT("test.ior"); +const ACE_TCHAR *input = ACE_TEXT("file://test.ior"); static int named_orbs = 0; ACE_CString server_orb; ACE_CString client_orb; |