summaryrefslogtreecommitdiff
path: root/tests/Logging_Strategy_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Logging_Strategy_Test.cpp')
-rw-r--r--tests/Logging_Strategy_Test.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Logging_Strategy_Test.cpp b/tests/Logging_Strategy_Test.cpp
index 32ab9aace06..f393d3033d1 100644
--- a/tests/Logging_Strategy_Test.cpp
+++ b/tests/Logging_Strategy_Test.cpp
@@ -32,7 +32,7 @@
//
//==========================================================================
-#include "ace/OS.h"
+#include "ace/OS_NS_sys_stat.h"
#include "ace/Auto_Ptr.h"
#include "ace/Service_Config.h"
#include "ace/Thread_Manager.h"
@@ -46,6 +46,7 @@
#include "ace/Auto_Ptr.cpp"
#include "ace/Get_Opt.h"
#include "test_config.h"
+#include "ace/OS_NS_time.h"
ACE_RCSID(tests, Logging_Strategy_Test, "$Id$")
@@ -463,11 +464,11 @@ int run_main (int argc, ACE_TCHAR *argv [])
for (int i = 1; i < argc; i++)
{
- ACE_OS_String::strcat (arg_str, argv[i]);
- ACE_OS_String::strcat (arg_str, ACE_TEXT (" "));
+ ACE_OS::strcat (arg_str, argv[i]);
+ ACE_OS::strcat (arg_str, ACE_TEXT (" "));
}
- ACE_OS_String::strcat (arg_str, ACE_TEXT ("\""));
+ ACE_OS::strcat (arg_str, ACE_TEXT ("\""));
if (ACE_Service_Config::process_directive (arg_str) == -1)
ACE_ERROR_RETURN ((LM_ERROR,