diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 21:41:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 21:41:04 +0000 |
commit | 44fca293814485bc8a2ff8c9d45611d1e5a67076 (patch) | |
tree | e0de023333c123d7d56aa490b67c95ee763a22e8 /ace/MEM_Stream.cpp | |
parent | 6fa5c86b9cae9a91b858ee93fdbef9d5c1eaffd4 (diff) | |
download | ATCD-44fca293814485bc8a2ff8c9d45611d1e5a67076.tar.gz |
ChangeLogTag:Fri Mar 02 15:35:40 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/MEM_Stream.cpp')
-rw-r--r-- | ace/MEM_Stream.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/MEM_Stream.cpp b/ace/MEM_Stream.cpp index 9e13eb1708f..0b1f9ca3394 100644 --- a/ace/MEM_Stream.cpp +++ b/ace/MEM_Stream.cpp @@ -3,6 +3,7 @@ #include "ace/MEM_Stream.h" +#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1) #if defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/MEM_Stream.i" #endif @@ -32,3 +33,5 @@ ACE_MEM_Stream::close (void) // Close down the socket. return ACE_SOCK::close (); } + +#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */ |