summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-27 13:58:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-27 13:58:18 +0000
commit90db4201684ae9ab7251974bebbdc52267a21dc8 (patch)
tree0f3f5ec55835bd8b5709a7c969b896c568a9030a /ACE/tests/DLL_Test.cpp
parent11bad4219a53232320f0b1429b0bc78a303ac2ea (diff)
downloadATCD-90db4201684ae9ab7251974bebbdc52267a21dc8.tar.gz
Tue Feb 27 13:57:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/DLL_Test.cpp')
-rw-r--r--ACE/tests/DLL_Test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/ACE/tests/DLL_Test.cpp b/ACE/tests/DLL_Test.cpp
index f699d6740d4..867e5de8a52 100644
--- a/ACE/tests/DLL_Test.cpp
+++ b/ACE/tests/DLL_Test.cpp
@@ -65,19 +65,9 @@ int handle_test (ACE_DLL &dll)
int basic_test (ACE_DLL &dll)
{
-#if defined (__KCC)
- /* With KCC, turning on close-on-destruction will cause problems
- when libKCC tries to call dtors. */
- int retval = dll.open (ACE_TEXT (OBJ_PREFIX)
- ACE_TEXT ("DLL_Test_Lib")
- ACE_TEXT (OBJ_SUFFIX),
- ACE_DEFAULT_SHLIB_MODE,
- 0);
-#else
int retval = dll.open (OBJ_PREFIX
ACE_TEXT ("DLL_Test_Lib")
OBJ_SUFFIX);
-#endif /* __KCC */
if (retval != 0)
{