diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-21 23:18:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-02-21 23:18:53 +0000 |
commit | c8ecefcd6690d64f7a0ce8f8c76db247b2caae44 (patch) | |
tree | d8a8fb5b956a97c19bb33c90c6846d0766ebda58 /tests/Message_Block_Test.cpp | |
parent | 269f401ebb0ce368eeab244e80f2c2afcc39a033 (diff) | |
download | ATCD-c8ecefcd6690d64f7a0ce8f8c76db247b2caae44.tar.gz |
ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'tests/Message_Block_Test.cpp')
-rw-r--r-- | tests/Message_Block_Test.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/Message_Block_Test.cpp b/tests/Message_Block_Test.cpp index 968e82e3a1e..4092df0c4cb 100644 --- a/tests/Message_Block_Test.cpp +++ b/tests/Message_Block_Test.cpp @@ -10,11 +10,11 @@ // // = DESCRIPTION // This test program is a torture test that illustrates how -// ACE_Message_Block reference counting works in multi-threaded +// <ACE_Message_Block> reference counting works in multi-threaded // code. // // = AUTHOR -// Doug Schmidt and Nanbor Wang +// Doug Schmidt <schmidt@cs.wustl.edu> and Nanbor Wang <nanbor@cs.wustl.edu> // // ============================================================================ @@ -26,11 +26,6 @@ ACE_RCSID(tests, Message_Block_Test, "$Id$") -#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 -USELIB("..\ace\aced.lib"); -//--------------------------------------------------------------------------- -#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ - // Number of memory allocation strategies used in this test. static const int ACE_ALLOC_STRATEGY_NO = 2; |