summaryrefslogtreecommitdiff
path: root/ACE/ace/Auto_Event.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-15 12:49:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-15 12:49:15 +0000
commitf9d45d7052db2859a7f51a2e7cd992e11c7e4593 (patch)
treeb0a7bbaec7724a8d7466c1494f04a85aff384efe /ACE/ace/Auto_Event.h
parentb5806644eacb0e0bc9b7ea1fb3d4b3603b362340 (diff)
downloadATCD-f9d45d7052db2859a7f51a2e7cd992e11c7e4593.tar.gz
Wed Sep 15 12:45:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Auto_Event.h: * ace/OS_NS_arpa_inet.inl: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_errno.cpp: * ace/OS_NS_fcntl.cpp: * ace/OS_NS_math.cpp: * ace/OS_NS_pwd.inl: * ace/OS_NS_pwd.cpp: * ace/OS_NS_regex.inl: * ace/OS_NS_regex.cpp: * ace/OS_NS_signal.cpp: * ace/OS_NS_sys_resource.cpp: * ace/OS_NS_sys_wait.inl: * ace/OS_NS_wctype.inl: * ace/OS_NS_wctype.cpp: * ace/config-tandem.h: * ace/os_include/os_pthread.h: * ace/os_include/os_signal.h: * ace/os_include/sys/os_resource.h: * ace/os_include/sys/os_socket.h: Small cleanup and layout changes
Diffstat (limited to 'ACE/ace/Auto_Event.h')
-rw-r--r--ACE/ace/Auto_Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Auto_Event.h b/ACE/ace/Auto_Event.h
index c4ee11509bb..64bc69e6d27 100644
--- a/ACE/ace/Auto_Event.h
+++ b/ACE/ace/Auto_Event.h
@@ -32,7 +32,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @brief Auto Events.
*
* Specialization of Event mechanism which wakes up one waiting
- * thread on <signal>. All platforms support process-scope locking
+ * thread on @c signal. All platforms support process-scope locking
* support. However, only Win32 platforms support global naming and
* system-scope locking support.
*/