summaryrefslogtreecommitdiff
path: root/ACE/tests/SOCK_Send_Recv_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r--ACE/tests/SOCK_Send_Recv_Test.cpp49
1 files changed, 23 insertions, 26 deletions
diff --git a/ACE/tests/SOCK_Send_Recv_Test.cpp b/ACE/tests/SOCK_Send_Recv_Test.cpp
index 04b76a2e859..b3dc1145f60 100644
--- a/ACE/tests/SOCK_Send_Recv_Test.cpp
+++ b/ACE/tests/SOCK_Send_Recv_Test.cpp
@@ -1,28 +1,25 @@
-// $Id$
-
-// ===========================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// SOCK_Send_Recv_Test.cpp
-//
-// = DESCRIPTION
-// This is a test of the <ACE_SOCK>'s various send and receive
-// methods. The test forks two processes or spawns two threads
-// (depending upon the platform) and then executes client and
-// server allowing them to connect and exchange data in ways
-// designed to exercise the send and recv functions.
-//
-// Right now, it primarily tests the iov-like send and recv
-// functions, but others should be added to completely cover the
-// possible scenarios.
-//
-// = AUTHOR
-// Steve Huston <shuston@riverace.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file SOCK_Send_Recv_Test.cpp
+ *
+ * $Id$
+ *
+ * This is a test of the <ACE_SOCK>'s various send and receive
+ * methods. The test forks two processes or spawns two threads
+ * (depending upon the platform) and then executes client and
+ * server allowing them to connect and exchange data in ways
+ * designed to exercise the send and recv functions.
+ *
+ * Right now, it primarily tests the iov-like send and recv
+ * functions, but others should be added to completely cover the
+ * possible scenarios.
+ *
+ *
+ * @author Steve Huston <shuston@riverace.com>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/OS_NS_sys_wait.h"
@@ -34,7 +31,7 @@
#include "ace/SOCK_Acceptor.h"
#include "ace/SOCK_Stream.h"
-ACE_RCSID(tests, SOCK_Send_Recv_Test, "$Id$")
+
// Change to non-zero if test fails
static int Test_Result = 0;