diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-06 17:28:43 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-06 17:28:43 +0000 |
commit | b826bae20282d5984536668ec03c7d2eb7244245 (patch) | |
tree | f34e487b84b293ae14844cd5eac4ec7ae0200166 /docs | |
parent | 4f07bee256095bc5a6107fee4101d9341335d4f6 (diff) | |
download | ATCD-b826bae20282d5984536668ec03c7d2eb7244245.tar.gz |
replaced a > with > and added RCS $Id$
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACE-FMM.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/ACE-FMM.html b/docs/ACE-FMM.html index 4202a4ba989..66bab9a04a9 100644 --- a/docs/ACE-FMM.html +++ b/docs/ACE-FMM.html @@ -1,3 +1,5 @@ +<!-- $Id$ --> + <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> @@ -17,7 +19,7 @@ <b>symptom</b> </td> <td align=left valign=top> - ACE_Task::getq() returns the error + ACE_Task::getq() returns the error <b>resource temporarily unavailable</b> </td> </tr> @@ -55,7 +57,7 @@ </td> <td align=left valign=top> When you activate()d your Task, you specified - THR_DETACHED, which causes wait() to be unable to perform what you + THR_DETACHED, which causes wait() to be unable to perform what you want it to. </td> </tr> @@ -86,7 +88,7 @@ </td> <td align=left valign=top> You are not guaranteed to have a valid <b>this</b> pointer - until the constructor has exited. Threads spawned from + until the constructor has exited. Threads spawned from a constructor are free to run immediately, and may attempt to use an invalid <b>this</b> pointer. @@ -109,7 +111,7 @@ <b>symptom</b> </td> <td align=left valign=top> - Compiler issues warnings/erros regarding using too few template + Compiler issues warnings/erros regarding using too few template arguments, such as "'ACE_Svc_Handler' : too few template arguments". </td> </tr> @@ -139,8 +141,8 @@ <b>symptom</b> </td> <td align=left valign=top> - Unable to compare ACE_thread_t variables (such as ACE_Thread::self()) using - operator==(). + Unable to compare ACE_thread_t variables (such as ACE_Thread::self()) + using operator== (). </td> </tr> <tr> @@ -228,7 +230,7 @@ int MyHandler::handle_close (ACE_HANDLE handle, ACE_Reactor_Mask close_mask) { ... - my_reactor_->remove_handler( this, + my_reactor_->remove_handler( this, ACE_Event_Handler::READ_MASK | ACE_Event_Handler::DONT_CALL ); ... |