diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-24 10:15:58 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-24 10:15:58 +0000 |
commit | 77e914b0cde7b515933b9b49cce2a5730ef884b0 (patch) | |
tree | dd75d74bcc25a9f7f77f918c5cd9e8a573449d66 /ace/Asynch_Acceptor.i | |
parent | 710b9ebd2765736fc70a30b6d5ad73ce41f64530 (diff) | |
download | ATCD-77e914b0cde7b515933b9b49cce2a5730ef884b0.tar.gz |
Some keywords were missing.
Diffstat (limited to 'ace/Asynch_Acceptor.i')
-rw-r--r-- | ace/Asynch_Acceptor.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Asynch_Acceptor.i b/ace/Asynch_Acceptor.i index cb8f26a878e..e9f948d245f 100644 --- a/ace/Asynch_Acceptor.i +++ b/ace/Asynch_Acceptor.i @@ -3,8 +3,8 @@ // Asynch_Acceptor.i -ACE_INLINE int -bytes_to_read (void) const +template <class HANDLER> ACE_INLINE int +ACE_Asynch_Acceptor<HANDLER>::bytes_to_read (void) const { return this->bytes_to_read_; } |