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/SOCK_Connector_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/SOCK_Connector_Test.cpp')
-rw-r--r-- | tests/SOCK_Connector_Test.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/SOCK_Connector_Test.cpp b/tests/SOCK_Connector_Test.cpp index 51672529e9a..0b891511990 100644 --- a/tests/SOCK_Connector_Test.cpp +++ b/tests/SOCK_Connector_Test.cpp @@ -13,7 +13,7 @@ // than on success cases. // // = AUTHOR -// Steve Huston +// Steve Huston <shuston@riverace.com> // // ============================================================================ @@ -25,11 +25,6 @@ ACE_RCSID(tests, SOCK_Connector_Test, "$Id$") -#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 -USELIB("..\ace\aced.lib"); -//--------------------------------------------------------------------------- -#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ - #if !defined (ACE_LACKS_GETHOSTENT) // Determine if a host exists, is reachable, and is up. // Attempt a blocking connection to it; if it succeeds, |