summaryrefslogtreecommitdiff
path: root/tests/Simple_Message_Block_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
commitb75744d8bffc8cc52e8201369da3bb81d75fe0c9 (patch)
treed8a8fb5b956a97c19bb33c90c6846d0766ebda58 /tests/Simple_Message_Block_Test.cpp
parentafd3024e1bea027bc86bd4538ec70e6db5e441f1 (diff)
downloadATCD-b75744d8bffc8cc52e8201369da3bb81d75fe0c9.tar.gz
ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'tests/Simple_Message_Block_Test.cpp')
-rw-r--r--tests/Simple_Message_Block_Test.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/Simple_Message_Block_Test.cpp b/tests/Simple_Message_Block_Test.cpp
index 2b35bf12e89..0a02186862e 100644
--- a/tests/Simple_Message_Block_Test.cpp
+++ b/tests/Simple_Message_Block_Test.cpp
@@ -9,14 +9,13 @@
// Simple_Message_Block_Test.cpp
//
// = DESCRIPTION
-//
// This test program is a torture test that illustrates how
// ACE_Message_Block reference counting works, how and when locks
// are used, how memory is managed, and how continuation chains
// of message blocks are made. Ideally used with purify :-)
//
// = AUTHOR
-// Irfan Pyarali (irfan@cs.wustl.edu)
+// Irfan Pyarali <irfan@cs.wustl.edu>
//
// ============================================================================
@@ -26,11 +25,6 @@
ACE_RCSID(tests, Simple_Message_Block_Test, "$Id$")
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
-USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
int
main (int, ASYS_TCHAR *[])
{