diff options
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; |