summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Stack.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-06-29 11:15:59 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-06-29 11:15:59 +0000
commit7cfd197441136126ff56f06bc4b14286be3d600c (patch)
tree72d3bc47b2e71a96ccfb5aa3ef9702f412ecf18c /TAO/tao/Incoming_Message_Stack.h
parent01c799300e54627e27759b24c345d38f3c22120e (diff)
downloadATCD-7cfd197441136126ff56f06bc4b14286be3d600c.tar.gz
Wed Jun 29 11:13:02 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/AnyTypeCode/TypeCode_Case_T.h: * tao/Basic_Argument_T.h: * tao/Invocation_Adapter.h: * tao/Bounded_Basic_String_Sequence_T.h: * tao/Generic_Sequence_T.h: Layout changes * tao/Object.cpp: Fixed coverity errors * tao/Incoming_Message_Stack.h: Removed borland workaround
Diffstat (limited to 'TAO/tao/Incoming_Message_Stack.h')
-rw-r--r--TAO/tao/Incoming_Message_Stack.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Incoming_Message_Stack.h b/TAO/tao/Incoming_Message_Stack.h
index 369f4c9da08..14a69d89183 100644
--- a/TAO/tao/Incoming_Message_Stack.h
+++ b/TAO/tao/Incoming_Message_Stack.h
@@ -21,10 +21,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x630)
-#include /**/ "tao/TAO_Export.h"
-#endif
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Allocator;
ACE_END_VERSIONED_NAMESPACE_DECL
@@ -41,11 +37,7 @@ namespace TAO
* Internal class, providing stack functionality for TAO_Queued_Data
* objects. Stack operations don't require memory allocation.
*/
-#if defined (__BORLANDC__) && (__BORLANDC__ < 0x630)
-class TAO_Export Incoming_Message_Stack
-#else
class Incoming_Message_Stack
-#endif
{
public:
/// default constructor, initiliazes empty stack.