Document the fact that exceptions raised during firing are caught and logged.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-13 15:15:44 +00:00
parent 6557439b89
commit 91c3e0b10e

View file

@ -192,7 +192,8 @@ static Class NSDate_class;
/**
* Fires the timer ... either performs an invocation or sends a message
* to a target object, depending on how the timer was set up.<br />
* If the timer is not set to repeat, it is automatically invalidated.
* If the timer is not set to repeat, it is automatically invalidated.<br />
* Exceptions raised during firing of the timer are caught and logged.
*/
- (void) fire
{