summaryrefslogtreecommitdiff
path: root/ace/Read_Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Read_Buffer.cpp')
-rw-r--r--ace/Read_Buffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Read_Buffer.cpp b/ace/Read_Buffer.cpp
index 2b88461446e..e78315e0990 100644
--- a/ace/Read_Buffer.cpp
+++ b/ace/Read_Buffer.cpp
@@ -33,6 +33,7 @@ ACE_Read_Buffer::ACE_Read_Buffer (FILE *fp,
this->allocator_ = ACE_Allocator::instance ();
}
+#if !defined (ACE_HAS_WINCE)
ACE_Read_Buffer::ACE_Read_Buffer (ACE_HANDLE handle,
int close_on_delete,
ACE_Allocator *alloc)
@@ -45,6 +46,7 @@ ACE_Read_Buffer::ACE_Read_Buffer (ACE_HANDLE handle,
if (this->allocator_ == 0)
this->allocator_ = ACE_Allocator::instance ();
}
+#endif // ACE_HAS_WINCE
ACE_Read_Buffer::~ACE_Read_Buffer (void)
{