diff options
Diffstat (limited to 'tests/Reactors_Test.cpp')
-rw-r--r-- | tests/Reactors_Test.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index 457ab3ae234..4c3ea3a6e1e 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -13,7 +13,9 @@ // <ACE_Reactors> and <ACE_Tasks> in the same process. // // = AUTHOR -// Prashant Jain, Detlef Becker, and Douglas C. Schmidt +// Prashant Jain <pjain@cs.wustl.edu>, +// Detlef Becker <Detlef.Becker@med.siemens.de>, and +// Douglas C. Schmidt <schmidt@cs.wustl.edu> // // ============================================================================ @@ -23,11 +25,6 @@ ACE_RCSID(tests, Reactors_Test, "$Id$") -#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 -USELIB("..\ace\aced.lib"); -//--------------------------------------------------------------------------- -#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ - #if defined (ACE_HAS_THREADS) ACE_Thread_Manager *thr_mgr; |