summaryrefslogtreecommitdiff
path: root/TAO/tao/MessagingC.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-29 04:47:45 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-29 04:47:45 +0000
commitf96b572d95859896d5913865039b36913ca5a315 (patch)
tree127961f9b2092822cf40384192b24e69b2ae2426 /TAO/tao/MessagingC.h
parent5854f9790ec010ade6c2bb5ef706301644a2980d (diff)
downloadATCD-f96b572d95859896d5913865039b36913ca5a315.tar.gz
ChangeLogTag:Fri Apr 28 21:32:34 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r--TAO/tao/MessagingC.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h
index d028a29acc2..4d9fd57131a 100644
--- a/TAO/tao/MessagingC.h
+++ b/TAO/tao/MessagingC.h
@@ -2933,6 +2933,8 @@ TAO_Export CORBA::Boolean operator>> (
#endif /* _TAO_CDR_OP_Messaging_PolicyValueSeq_H_ */
+#if (TAO_HAS_AMI_CALLBACK == 1) || (TAO_HAS_AMI_POLLER == 1)
+
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const Messaging::ExceptionHolder &);
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Messaging::ExceptionHolder &);
@@ -2953,6 +2955,8 @@ TAO_Export CORBA::Boolean operator>> (
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const Messaging::ReplyHandler_ptr );
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Messaging::ReplyHandler_ptr &);
+#endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
+
#endif /* __ACE_INLINE__ */