summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-14 22:52:29 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-14 22:52:29 +0000
commita232f69f7c89266438244e5da35284209acc1fdb (patch)
treec86aaa9284780cdf37feb97599133c1908ba8eeb /TAO/tao/Exception.cpp
parentf06b2f4a656ede49f6ed7255612f37c13dbc4f92 (diff)
downloadATCD-a232f69f7c89266438244e5da35284209acc1fdb.tar.gz
ChangeLog:Tue Oct 14 17:51:14 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 04c01b1a84b..0997581225f 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -1035,6 +1035,17 @@ TAO_Exceptions::make_standard_typecode (CORBA::TypeCode_ptr &tcp,
return;
}
+#if defined (__Lynx__)
+
+// LynxOS uses macro THREAD_CANCELLED internally, so it must
+// be undefined to avoid compilation errors
+#if defined (THREAD_CANCELLED)
+#undef THREAD_CANCELLED
+#endif /* THREAD_CANCELLED */
+
+#endif /*__Lynx__ */
+
+
// List of standard/system exceptions ... used to create static
// storage for their typecodes, then later to initialize that storage
// using the routine above. (It's just too painful to init these