summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-19 11:17:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-19 11:17:10 +0000
commit581aba8e97f854d5f3291961e81344b0b7ad7246 (patch)
tree0f2cff24a5b9151c9f7b28463078dba008139d2a /ace/Asynch_IO.h
parentfaa3da23dd7f4c925c9786df3de8dc5a33c0d894 (diff)
downloadATCD-581aba8e97f854d5f3291961e81344b0b7ad7246.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index 708139f40c6..8046494a3c5 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -852,15 +852,12 @@ template <class HANDLER>
class ACE_Asynch_Acceptor;
class ACE_Export ACE_Service_Handler : public ACE_Handler
- //
// = TITLE
- //
// This base class defines the interface for the
// ACE_Asynch_Acceptor to call into when new connection are
// accepted.
//
// = DESCRIPTION
- //
// Subclasses of this class will fill in appropriate methods to
// define application specific behavior.
{