diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-09 04:20:11 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-09 04:20:11 +0000 |
commit | 4f4643058cb149912bd2bf508ebac0b22144fbca (patch) | |
tree | 25ecaede242dbdd06ebcaa464d9e5be6d4ec37a2 /TAO/tao/PollableS.h | |
parent | 37cf7fd7f77f26a1f471af0aec93aa55f7a57312 (diff) | |
download | ATCD-4f4643058cb149912bd2bf508ebac0b22144fbca.tar.gz |
ChangeLogTag:Thu Jul 8 23:15:06 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PollableS.h')
-rw-r--r-- | TAO/tao/PollableS.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/PollableS.h b/TAO/tao/PollableS.h index 12543d0c754..6c977edd778 100644 --- a/TAO/tao/PollableS.h +++ b/TAO/tao/PollableS.h @@ -21,6 +21,9 @@ #define TAO_IDL_POLLABLES_H #include "tao/PollableC.h" + +#if defined (TAO_HAS_CORBA_MESSAGING) && defined (TAO_POLLER) + #include "tao/POA_CORBA.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) @@ -229,4 +232,6 @@ private: #pragma warning(default:4250) #endif /* _MSC_VER */ +#endif /* TAO_HAS_CORBA_MESSAGING && TAO_POLLER */ + #endif /* ifndef */ |