summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Stack.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-06 09:31:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-06 09:31:07 +0000
commit68d05f30bb6691ebee7490ce904512cd66d01ab6 (patch)
treea961e5acc2494ccf730c90aff4c46e317374d6d2 /TAO/tao/Incoming_Message_Stack.h
parent00d68759e9cb255e3d43aa61fc1625a4eda2d29e (diff)
downloadATCD-68d05f30bb6691ebee7490ce904512cd66d01ab6.tar.gz
Thu Sep 6 09:30:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Incoming_Message_Stack.h')
-rw-r--r--TAO/tao/Incoming_Message_Stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Incoming_Message_Stack.h b/TAO/tao/Incoming_Message_Stack.h
index 760f83ae067..27a5f28f830 100644
--- a/TAO/tao/Incoming_Message_Stack.h
+++ b/TAO/tao/Incoming_Message_Stack.h
@@ -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__ <= 0x591)
+#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x592)
class TAO_Export Incoming_Message_Stack
#else
class Incoming_Message_Stack