summaryrefslogtreecommitdiff
path: root/tests/Hang_Shutdown/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Hang_Shutdown/client.cpp')
-rw-r--r--tests/Hang_Shutdown/client.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Hang_Shutdown/client.cpp b/tests/Hang_Shutdown/client.cpp
index 2763c058f75..b9a6d27a1fb 100644
--- a/tests/Hang_Shutdown/client.cpp
+++ b/tests/Hang_Shutdown/client.cpp
@@ -2,11 +2,9 @@
#include "TestC.h"
#include "ace/Get_Opt.h"
-#include "ace/OS.h"
#include "ace/Task.h"
#include "ace/Profile_Timer.h"
-
-ACE_RCSID(Hello, client, "$Id$")
+#include "ace/OS_NS_unistd.h"
namespace Test
{
@@ -50,7 +48,7 @@ namespace Test
false);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return true;
}