summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-02 18:43:41 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-02 18:43:41 +0000
commitb6124304eb0f8bdbb7fbf9f112a89c703b736b87 (patch)
treefb2bb523ccd623234cab67eadb59e1179bffce52
parent14e25a88274a1e9fffe92e4d61e9163ffbe21a11 (diff)
downloadATCD-b6124304eb0f8bdbb7fbf9f112a89c703b736b87.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a5
-rw-r--r--tests/Aio_Platform_Test.cpp6
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 6b4b552cd9e..a2812a60e03 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,8 @@
+1998-05-02 Alexander Babu Arulanthu <alex@merengue.cs.wustl.edu>
+
+ * tests/Aio_Platform_Test.cpp: Included this test program for
+ testing a platform for Asynchronous I/O options.
+
Fri May 01 17:52:32 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Arg_Shifter.{h,cpp}: Added macros ACE_Export and
diff --git a/tests/Aio_Platform_Test.cpp b/tests/Aio_Platform_Test.cpp
index b2b11e0a28a..701347d2e74 100644
--- a/tests/Aio_Platform_Test.cpp
+++ b/tests/Aio_Platform_Test.cpp
@@ -177,10 +177,12 @@ int have_asynchio (void)
#endif /* _POSIX_ASYNC_IO_ */
#else /* _POSIX_ASYNCHRONOUS_IO is not defined*/
-int have_asynchio (void) {
+int have_asynchio (void)
+{
ACE_DEBUG ((LM_DEBUG,
"_POSIX_ASYNCHRONOUS_IO itself is not defined\n"));
- return 0; }
+ return 0;
+}
#endif /* _POSIX_ASYNCHRONOUS_IO */
int