summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PollableS.cpp')
-rw-r--r--TAO/tao/PollableS.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PollableS.cpp b/TAO/tao/PollableS.cpp
index 34c54e93b9d..482ff6114fe 100644
--- a/TAO/tao/PollableS.cpp
+++ b/TAO/tao/PollableS.cpp
@@ -19,11 +19,11 @@
#include "tao/PollableS.h"
-#if defined (TAO_HAS_CORBA_MESSAGING) && defined (TAO_HAS_AMI_POLLER)
+#if (TAO_HAS_CORBA_MESSAGING == 1) && (TAO_HAS_AMI_POLLER == 1)
#include "tao/Operation_Table.h"
#include "tao/Server_Request.h"
-
+#include "tao/ORB.h"
#if !defined (__ACE_INLINE__)
#include "tao/PollableS.i"
#endif /* !defined INLINE */
@@ -971,4 +971,4 @@ POA_CORBA::PollableSet::_this (CORBA_Environment &ACE_TRY_ENV)
return retval;
}
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_AMI_POLLER */
+#endif /* TAO_HAS_CORBA_MESSAGING == 1 && TAO_HAS_AMI_POLLER == 1 */