summaryrefslogtreecommitdiff
path: root/ace/Acceptor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Acceptor.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Acceptor.h')
-rw-r--r--ace/Acceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Acceptor.h b/ace/Acceptor.h
index d42360a35e8..615229f7cea 100644
--- a/ace/Acceptor.h
+++ b/ace/Acceptor.h
@@ -131,7 +131,7 @@ protected:
virtual int activate_svc_handler (SVC_HANDLER *svc_handler);
// Bridge method for activating a <svc_handler> with the appropriate
// concurrency strategy. The default behavior of this method is to
- // activate the SVC_HANDLER by calling its open() method (which
+ // activate the SVC_HANDLER by calling its <open> method (which
// allows the SVC_HANDLER to define its own concurrency strategy).
// However, subclasses can override this strategy to do more
// sophisticated concurrency activations (such as making the