summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
commit907c9dbc4c4dd6ed06de9bc75537550ee192521c (patch)
treee71232d934123b28a8ad06d33681fe7ddecf680f /ace/Asynch_IO.h
parente49857037f7f63debb04f3d0ac314bb233dcab75 (diff)
downloadATCD-907c9dbc4c4dd6ed06de9bc75537550ee192521c.tar.gz
Added initial support for Borland C++ Builder
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index 7010d74a154..4a3a34aac99 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -35,7 +35,7 @@ class ACE_Handler;
class ACE_Message_Block;
class ACE_INET_Addr;
-class ACE_Export ACE_Asynch_Result : protected OVERLAPPED
+class ACE_Export ACE_Asynch_Result : public OVERLAPPED
{
// = TITLE
// An abstract class which adds information to the OVERLAPPED