summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Incoming_Message_Stack.h')
-rw-r--r--TAO/tao/Incoming_Message_Stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Incoming_Message_Stack.h b/TAO/tao/Incoming_Message_Stack.h
index bb361c18e5e..07c35a6c660 100644
--- a/TAO/tao/Incoming_Message_Stack.h
+++ b/TAO/tao/Incoming_Message_Stack.h
@@ -21,7 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x610)
+#if defined (__BORLANDC__) && (__BORLANDC__ < 0x620)
#include /**/ "tao/TAO_Export.h"
#endif
@@ -41,7 +41,7 @@ namespace TAO
* Internal class, providing stack functionality for TAO_Queued_Data
* objects. Stack operations don't require memory allocation.
*/
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x610)
+#if defined (__BORLANDC__) && (__BORLANDC__ < 0x620)
class TAO_Export Incoming_Message_Stack
#else
class Incoming_Message_Stack