summaryrefslogtreecommitdiff
path: root/ACE/ace/Sig_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-05 19:22:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-05 19:22:29 +0000
commit9f98504ea8250735c6d4548b4cf8d617aee4612e (patch)
tree981a4e00d22cc33697d01100f4900d82fe965143 /ACE/ace/Sig_Handler.h
parent0bb3524691d87fca3fc39584cdfb566e40eac8ec (diff)
downloadATCD-9f98504ea8250735c6d4548b4cf8d617aee4612e.tar.gz
Thu Mar 5 19:22:08 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ace_qt3reactor.mpc: * ace/ace_qt4reactor.mpc: Moved moc step to seperate project to get the correct build order with incredibuild * ace/Select_Reactor_T.h: * ace/Sig_Handler.h: * ace/WFMO_Reactor.h: Doxygen changes
Diffstat (limited to 'ACE/ace/Sig_Handler.h')
-rw-r--r--ACE/ace/Sig_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Sig_Handler.h b/ACE/ace/Sig_Handler.h
index 4b1e813e2c5..3e7e80891d3 100644
--- a/ACE/ace/Sig_Handler.h
+++ b/ACE/ace/Sig_Handler.h
@@ -177,7 +177,7 @@ public:
* Remove an ACE_Event_Handler currently associated with @a signum.
* We remove the handler if (1) its sigkey> matches the @a sigkey
* passed as a parameter or (2) if we've been told to remove all the
- * handlers, i.e., <sigkey> == -1. If a new disposition is given it
+ * handlers, i.e., @a sigkey == -1. If a new disposition is given it
* is installed and the previous disposition is returned (if desired
* by the caller). Returns 0 on success and -1 if @a signum is
* invalid.