summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/INet/BidirStreamBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/INet/BidirStreamBuffer.h')
-rw-r--r--ACE/protocols/ace/INet/BidirStreamBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/protocols/ace/INet/BidirStreamBuffer.h b/ACE/protocols/ace/INet/BidirStreamBuffer.h
index 5ee3db92caa..8238be85d73 100644
--- a/ACE/protocols/ace/INet/BidirStreamBuffer.h
+++ b/ACE/protocols/ace/INet/BidirStreamBuffer.h
@@ -89,8 +89,8 @@ namespace ACE
int flush_buffer ();
std::streamsize bufsize_;
- ACE_Auto_Ptr<char_type> read_buffer_;
- ACE_Auto_Ptr<char_type> write_buffer_;
+ ACE_Auto_Array_Ptr<char_type> read_buffer_;
+ ACE_Auto_Array_Ptr<char_type> write_buffer_;
openmode mode_;
STREAM_HANDLER *stream_;
interceptor_type* interceptor_;