summaryrefslogtreecommitdiff
path: root/tests/UPIPE_SAP_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r--tests/UPIPE_SAP_Test.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp
index 4401fc202d8..7e2d2397d7e 100644
--- a/tests/UPIPE_SAP_Test.cpp
+++ b/tests/UPIPE_SAP_Test.cpp
@@ -9,11 +9,13 @@
// UPIPE_SAP_Test.cpp
//
// = DESCRIPTION
-// This is a test that uses ACE_UPIPE_SAP and ACE_Thread for
+// This is a test that uses <ACE_UPIPE_SAP> and <ACE_Thread> for
// intra-process communication.
//
// = AUTHOR
-// Gerhard Lenzer, Douglas C. Schmidt, and Prashant Jain
+// Gerhard Lenzer <Gerhard.Lenzer@med.siemens.de>,
+// Douglas C. Schmidt <schmidt@cs.wustl.edu>, and
+// Prashant Jain <pjain@cs.wustl.edu>
//
// ============================================================================
@@ -24,11 +26,6 @@
ACE_RCSID(tests, UPIPE_SAP_Test, "$Id$")
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
-USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_STREAM_PIPES) || \
(defined (ACE_WIN32) && \
defined (ACE_HAS_WINNT4) && (ACE_HAS_WINNT4 != 0)))