summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO_Impl.h')
-rw-r--r--ace/Asynch_IO_Impl.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/ace/Asynch_IO_Impl.h b/ace/Asynch_IO_Impl.h
index 834817032b5..6cdbcc058cd 100644
--- a/ace/Asynch_IO_Impl.h
+++ b/ace/Asynch_IO_Impl.h
@@ -81,7 +81,7 @@ public:
virtual int signal_number (void) const = 0;
// POSIX4 real-time signal number to be used for the
- // operation. <signal_number> ranges from SIGRTMIN to SIGRTMAX. By
+ // operation. <signal_number> ranges from SIGRTMIN to SIGRTMAX. By
// default, SIGRTMIN is used to issue <aio_> calls. This is a no-op
// on non-POSIX4 systems and returns 0.
@@ -272,18 +272,6 @@ public:
// be read and stored in the <message_block>. The read will start
// at <offset> from the beginning of the file.
- // We don;t need to redefine the following function again because it
- // has already been defined in ACE_Asynch_Read_Stream_Impl. But we
- // still need it here to supress a overwriting pure virtual function
- // warning in KAI compiler.
- virtual int read (ACE_Message_Block &message_block,
- u_long bytes_to_read,
- const void *act,
- int priority,
- int signal_number) = 0;
- // This starts off an asynchronous read. Upto <bytes_to_read> will
- // be read and stored in the <message_block>.
-
protected:
ACE_Asynch_Read_File_Impl (void);
// Do-nothing constructor.
@@ -330,18 +318,6 @@ public:
// will be write and stored in the <message_block>. The write will
// start at <offset> from the beginning of the file.
- // We don;t need to redefine the following function again because it
- // has already been defined in ACE_Asynch_Write_Stream_Impl. But we
- // still need it here to supress a overwriting pure virtual function
- // warning in KAI compiler.
- virtual int write (ACE_Message_Block &message_block,
- u_long bytes_to_write,
- const void *act,
- int priority,
- int signal_number) = 0;
- // This starts off an asynchronous write. Upto <bytes_to_write>
- // will be written from the <message_block>.
-
protected:
ACE_Asynch_Write_File_Impl (void);
// Do-nothing constructor.