summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception_Data.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-24 09:15:13 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-24 09:15:13 +0000
commit6fc3d8b79a8f6cc1526bf7659c201766618462b2 (patch)
treeca97f5210aef23b4260fe125b754634292716194 /TAO/tao/Exception_Data.h
parent3859b1cbc259c303e8c848ef886f3df43c214184 (diff)
downloadATCD-6fc3d8b79a8f6cc1526bf7659c201766618462b2.tar.gz
ChangeLogTag: Wed Aug 24 08:51:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Exception_Data.h')
-rw-r--r--TAO/tao/Exception_Data.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Exception_Data.h b/TAO/tao/Exception_Data.h
index 868ec5ce961..fc8a8a7328d 100644
--- a/TAO/tao/Exception_Data.h
+++ b/TAO/tao/Exception_Data.h
@@ -13,13 +13,14 @@
#ifndef TAO_EXCEPTION_DATA_H
#define TAO_EXCEPTION_DATA_H
#include /**/ "ace/pre.h"
-#include "ace/config-all.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/orbconf.h"
namespace TAO
{
@@ -46,8 +47,10 @@ namespace TAO
/// The allocator for this exception.
TAO_Exception_Alloc alloc;
+#if TAO_HAS_INTERCEPTORS == 1
/// The typecode pointer for this exception.
CORBA::TypeCode_ptr tc_ptr;
+#endif /* TAO_HAS_INTERCEPTORS */
};
}