summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-12-07 12:30:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-12-07 12:30:26 +0000
commit08da2c25bee824fb9fbb9c60dbfb65bda64bcb7f (patch)
treeac380e8afed908004a94fa4ca38e0edd59663f2a
parent4950b7be20eb850a9614c8c0862c19f4bcb2c711 (diff)
downloadATCD-08da2c25bee824fb9fbb9c60dbfb65bda64bcb7f.tar.gz
ChangeLogTag: Wed Dec 7 12:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trader.h b/TAO/orbsvcs/orbsvcs/Trader/Trader.h
index 7f3e4f4ce18..e5de9c37f28 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trader.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trader.h
@@ -124,7 +124,7 @@ private:
* Class used to remove the circular dependencies between the
* Attribute classes and the Trader class.
*/
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x581)
+#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x581)
// Work around Borland unresolved symbol errors concerning the
// out-of-line virtual destructor. The virtual destructor should
// not be inlined, nor should we have to export TAO_Lockable from the