summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-24 01:51:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-24 01:51:49 +0000
commit202eeb8778104e0bc8a4096948e1e14057da2938 (patch)
tree52d8fecef6a57f208211f5eb39299acfae41492a /ace/Asynch_Acceptor.i
parent6bb5bb15c128662a7dad27ac3580433a4064eb9c (diff)
downloadATCD-202eeb8778104e0bc8a4096948e1e14057da2938.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_Acceptor.i')
-rw-r--r--ace/Asynch_Acceptor.i6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/Asynch_Acceptor.i b/ace/Asynch_Acceptor.i
index 37d47eeeddb..cb8f26a878e 100644
--- a/ace/Asynch_Acceptor.i
+++ b/ace/Asynch_Acceptor.i
@@ -3,4 +3,8 @@
// Asynch_Acceptor.i
-
+ACE_INLINE int
+bytes_to_read (void) const
+{
+ return this->bytes_to_read_;
+}