summaryrefslogtreecommitdiff
path: root/ACE/ace
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
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')
-rw-r--r--ACE/ace/Acceptor.h4
-rw-r--r--ACE/ace/config-win32-borland.h2
2 files changed, 3 insertions, 3 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
diff --git a/ACE/ace/config-win32-borland.h b/ACE/ace/config-win32-borland.h
index 1c36b556a64..eae8e463b2e 100644
--- a/ACE/ace/config-win32-borland.h
+++ b/ACE/ace/config-win32-borland.h
@@ -133,7 +133,7 @@
// You must link with the multi threaded libraries. Add -tWM to your
// compiler options
# error You must link against multi-threaded libraries when using ACE (check your project settings)
-# endif /* !_MT && !ACE_HAS_WINCE */
+# endif /* !__MT__ */
#endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
#if (__BORLANDC__ < 0x620)