~ubuntu-branches/ubuntu/edgy/gnustep-base/edgy

« back to all changes in this revision

Viewing changes to Source/NSTimer.m

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chan
  • Date: 2006-09-27 13:17:19 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060927131719-nlrvgsvckl2pqfat
Tags: 1.13.0-3
Provide: the right -dev package name this time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
24
24
 
25
25
   <title>NSTimer class reference</title>
26
 
   $Date: 2005/11/06 13:53:40 $ $Revision: 1.43 $
 
26
   $Date: 2006-03-13 08:15:44 -0700 (Mon, 13 Mar 2006) $ $Revision$
27
27
   */
28
28
 
29
29
#include "config.h"
192
192
/**
193
193
 * Fires the timer ... either performs an invocation or sends a message
194
194
 * to a target object, depending on how the timer was set up.<br />
195
 
 * If the timer is not set to repeat, it is automatically invalidated.
 
195
 * If the timer is not set to repeat, it is automatically invalidated.<br />
 
196
 * Exceptions raised during firing of the timer are caught and logged.
196
197
 */
197
198
- (void) fire
198
199
{