summaryrefslogtreecommitdiff
path: root/ACE/ace/Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-22 21:14:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-22 21:14:05 +0000
commit2b3357feb95131407c7f94bd9108768c32841b12 (patch)
treebbc5f17a6eda7bf746f287a33e73b5fa12bde850 /ACE/ace/Acceptor.h
parent5768c13b927047a14c941f23ffcdf9d5612697d9 (diff)
downloadATCD-2b3357feb95131407c7f94bd9108768c32841b12.tar.gz
Tue Mar 22 21:09:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Acceptor.h: Doxygen change * ace/config-win32-borland.h: Updated comment
Diffstat (limited to 'ACE/ace/Acceptor.h')
-rw-r--r--ACE/ace/Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Acceptor.h b/ACE/ace/Acceptor.h
index 9ff18245638..b673015bb84 100644
--- a/ACE/ace/Acceptor.h
+++ b/ACE/ace/Acceptor.h
@@ -193,9 +193,9 @@ protected:
virtual int accept_svc_handler (SVC_HANDLER *svc_handler);
/**
- * Bridge method for activating a {svc_handler} with the appropriate
+ * Bridge method for activating a @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