summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.cpp
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 10:43:46 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-24 10:43:46 +0000
commit39378c9afc58e1105d49d398cabc3a4674f90845 (patch)
tree25bf16deea36da5beaffedaa528c91e89740e77b /TAO/tao/PollableC.cpp
parent87bb7eac3d03f32144e07ad243430298c374c955 (diff)
downloadATCD-39378c9afc58e1105d49d398cabc3a4674f90845.tar.gz
ChangeLogTag: Tue Aug 24 5:30:00 1999 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tao/PollableC.cpp')
-rw-r--r--TAO/tao/PollableC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PollableC.cpp b/TAO/tao/PollableC.cpp
index 3dc24e91601..612e8799ccb 100644
--- a/TAO/tao/PollableC.cpp
+++ b/TAO/tao/PollableC.cpp
@@ -19,7 +19,7 @@
#include "tao/PollableC.h"
-#if defined (TAO_HAS_CORBA_MESSAGING) && defined (TAO_POLLER)
+#if defined (TAO_HAS_CORBA_MESSAGING) && defined (TAO_HAS_AMI_POLLER)
#include "tao/POA_CORBA.h"
#include "tao/Stub.h"
@@ -1108,4 +1108,4 @@ operator>> (
return 0;
}
-#endif /* TAO_HAS_CORBA_MESSAGING && TAO_POLLER */
+#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_AMI_POLLER */