summaryrefslogtreecommitdiff
path: root/ACE/tests/Aio_Platform_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Aio_Platform_Test.cpp')
-rw-r--r--ACE/tests/Aio_Platform_Test.cpp38
1 files changed, 17 insertions, 21 deletions
diff --git a/ACE/tests/Aio_Platform_Test.cpp b/ACE/tests/Aio_Platform_Test.cpp
index 22c13223e06..969c3aa6de5 100644
--- a/ACE/tests/Aio_Platform_Test.cpp
+++ b/ACE/tests/Aio_Platform_Test.cpp
@@ -1,28 +1,24 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// aio_platform_test.cpp
-//
-// = DESCRITPTION
-// Testing the platform for POSIX Asynchronous I/O. Basically
-// prints the predefined constants and also checks for their run
-// time values. If this test succeeds further tests at
-// $ACE_ROOT/examples/Reactor/Proactor can be used to test the
-// features further.
-//
-// = AUTHOR
-// Programming for the Real World. Bill O. GallMeister. Modified
-// by Alexander Babu Arulanthu <alex@cs.wustl.edu>
-//
-// =====================================================================
+
+//=============================================================================
+/**
+ * @file Aio_Platform_Test.cpp
+ *
+ * Testing the platform for POSIX Asynchronous I/O. Basically
+ * prints the predefined constants and also checks for their run
+ * time values. If this test succeeds further tests at
+ * $ACE_ROOT/examples/Reactor/Proactor can be used to test the
+ * features further.
+ *
+ * $Id$
+ *
+ * @author Programming for the Real World. Bill O. GallMeister. Modified by Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID(tests, Aio_Platform_Test, "$Id$")
-
#if defined (_POSIX_ASYNCHRONOUS_IO)
static int do_sysconf (void)
{