diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-31 22:18:20 +0000 |
commit | 10f1729b65638f3f273f523861dd547ec6832e5f (patch) | |
tree | a49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Connector.h | |
parent | 3e172150a24e32f471d10eb9a60eebb599de6f81 (diff) | |
download | ATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz |
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Connector.h')
-rw-r--r-- | ace/Connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Connector.h b/ace/Connector.h index d01dc24d1e2..ddabc7351a4 100644 --- a/ace/Connector.h +++ b/ace/Connector.h @@ -245,7 +245,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 creating the @@ -311,7 +311,7 @@ protected: int reuse_addr, int flags, int perms); - // Implementation the connect() methods + // Implementation the <connect> methods. MAP_MANAGER handler_map_; // Lookup table that maps an I/O handle to a SVC_HANDLER *. |