summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Reply_Dispatcher.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-30 04:04:24 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-30 04:04:24 +0000
commit8d86fcb08a301396aeb117070b17e44ee8a24ecb (patch)
tree5f9bb6c42456a5af2ee3f603436a4f4f16c88e04 /TAO/tao/Messaging/Asynch_Reply_Dispatcher.h
parenta9cb5d886dcc41892f91f7df80aca6ae3eaf6acc (diff)
downloadATCD-8d86fcb08a301396aeb117070b17e44ee8a24ecb.tar.gz
ChangeLogTag: Sat Mar 29 21:59:06 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.h b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.h
index 50e07eee5a2..3ff683f8e4d 100644
--- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.h
+++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.h
@@ -26,7 +26,7 @@
#include "Asynch_Timeout_Handler.h"
#include "tao/Asynch_Reply_Dispatcher_Base.h"
-#if (TAO_HAS_AMI_CALLBACK == 1) || (TAO_HAS_AMI_POLLER == 1)
+#if (TAO_HAS_AMI_CALLBACK == 1)
/// Reply dispatcher for Asynchoronous Method Invocation (AMI)s.
class TAO_Messaging_Export TAO_Asynch_Reply_Dispatcher
@@ -66,7 +66,7 @@ private:
TAO_Asynch_Timeout_Handler timeout_handler_;
};
-#endif /* TAO_HAS_AMI_CALLBACK == 1 || TAO_HAS_AMI_POLLER == 1 */
+#endif /* TAO_HAS_AMI_CALLBACK == */
#if defined (__ACE_INLINE__)
#include "Asynch_Reply_Dispatcher.i"