summaryrefslogtreecommitdiff
path: root/TAO/tao/MessagingC.h
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-03 11:31:54 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-03 11:31:54 +0000
commitd8950fe7a42643752ffa9f0a419bee97f58cf475 (patch)
tree363176649414628058f013c434f99aa859f304e5 /TAO/tao/MessagingC.h
parentdeae916e581645b30ded73edd459123145ee0453 (diff)
downloadATCD-d8950fe7a42643752ffa9f0a419bee97f58cf475.tar.gz
ChangeLogEntry: Sun Oct 03 13:10:00 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r--TAO/tao/MessagingC.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h
index 35b1c729925..7a9b3f1e981 100644
--- a/TAO/tao/MessagingC.h
+++ b/TAO/tao/MessagingC.h
@@ -1765,6 +1765,11 @@ TAO_NAMESPACE Messaging
#endif /* end #if !defined */
+#if !defined (__GNUC__) || !defined (ACE_HAS_GNUG_PRE_2_8)
+ typedef _tao_seq_Octet _marshaled_exception_seq;
+ typedef _tao_seq_Octet_var _marshaled_exception_seq_var;
+#endif /* ! __GNUC__ || ACE_HAS_GNUG_PRE_2_8 */
+
virtual void marshaled_exception (const _tao_seq_Octet &) = 0; // set
virtual const _tao_seq_Octet &marshaled_exception (void) const = 0; // get method (read only)
virtual _tao_seq_Octet &marshaled_exception (void) = 0; // get method (read/write only)