summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Acceptor.i')
-rw-r--r--ace/Asynch_Acceptor.i4
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_;
}