summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2006-01-16 16:52:09 +0000
committerOlli Savia <ops@iki.fi>2006-01-16 16:52:09 +0000
commit5689f53cdca12113d7b9edcd54d0c76e1a9641bf (patch)
tree4ebe20de74a12876e5f49c7c099f1a7d8e6185fb /TAO/tao/Exception.h
parent19a93251bd2a54297e8b1a8ec10edcdb7bf9f069 (diff)
downloadATCD-5689f53cdca12113d7b9edcd54d0c76e1a9641bf.tar.gz
ChangeLogTag: Mon Jan 16 16:49:27 UTC 2006 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 3d6a605bdab..fbf2a092fd8 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -48,9 +48,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_OutputCDR;
class TAO_InputCDR;
-#if defined (ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO)
+#if defined (THREAD_CANCELLED)
#undef THREAD_CANCELLED
-#endif /* ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO */
+#endif /* THREAD_CANCELLED */
// This is already done in orbconf.h. But this file is totally
// decoupled from its contents that we have to do this here. Including