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.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/ace/Asynch_Acceptor.i b/ace/Asynch_Acceptor.i
deleted file mode 100644
index e9f948d245f..00000000000
--- a/ace/Asynch_Acceptor.i
+++ /dev/null
@@ -1,10 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-// Asynch_Acceptor.i
-
-template <class HANDLER> ACE_INLINE int
-ACE_Asynch_Acceptor<HANDLER>::bytes_to_read (void) const
-{
- return this->bytes_to_read_;
-}