diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-04 09:07:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-08-04 09:07:09 +0000 |
commit | a6fa5d11395d96399c32d872d270428315247071 (patch) | |
tree | a8abe1936e1022c16d0d8bc297beddcdf589e867 /TAO/tao/IIOP_Transport.cpp | |
parent | f99e4247002cf5821bcc924659891802d667a459 (diff) | |
download | ATCD-a6fa5d11395d96399c32d872d270428315247071.tar.gz |
Fri Aug 4 09:06:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r-- | TAO/tao/IIOP_Transport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp index e40e21738c5..9ca5e3de92c 100644 --- a/TAO/tao/IIOP_Transport.cpp +++ b/TAO/tao/IIOP_Transport.cpp @@ -95,7 +95,7 @@ TAO_IIOP_Transport::send (iovec *iov, int iovcnt, return retval; } -#ifdef ACE_HAS_SENDFILE +#if TAO_HAS_SENDFILE == 1 ssize_t TAO_IIOP_Transport::sendfile (TAO_MMAP_Allocator * allocator, iovec * iov, @@ -173,7 +173,7 @@ TAO_IIOP_Transport::sendfile (TAO_MMAP_Allocator * allocator, return retval; } -#endif /* ACE_HAS_SENDFILE */ +#endif /* TAO_HAS_SENDFILE==1 */ ssize_t TAO_IIOP_Transport::recv (char *buf, |