diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2008-04-28 12:46:33 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2008-04-28 12:46:33 +0000 |
commit | e01b45d0f4948f876e44a143d3a85b202d22931c (patch) | |
tree | cf09bad896a0a3500d84a5ebdc38541d7da9e05f | |
parent | 50984d222f64fb0ae855922f6f7dca34c8d1d097 (diff) | |
download | ATCD-e01b45d0f4948f876e44a143d3a85b202d22931c.tar.gz |
ChangeLogTag: Mon Apr 28 12:42:36 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | TAO/tao/Transport_Acceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Transport_Acceptor.h b/TAO/tao/Transport_Acceptor.h index e205be8013f..5aa12a7afcf 100644 --- a/TAO/tao/Transport_Acceptor.h +++ b/TAO/tao/Transport_Acceptor.h @@ -143,7 +143,7 @@ public: /// This method is not directly associated with the method of the same /// name on the ACE_Acceptor template class. However, it is called by - /// the various sub-classes of ACE_Acceptor. + /// the TAO_Strategy_Acceptor method of the same name. int handle_accept_error (ACE_Event_Handler* base_acceptor); /// Perform the handle_timeout functionality to put this acceptor back |