ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/iom.C
(Generate patch)

Comparing rxvt-unicode/src/iom.C (file contents):
Revision 1.16 by pcg, Fri Apr 2 14:30:06 2004 UTC vs.
Revision 1.17 by root, Tue Aug 10 20:39:19 2004 UTC

50 { 50 {
51 void cb (time_watcher &w) 51 void cb (time_watcher &w)
52 { 52 {
53 // should never get called 53 // should never get called
54 // reached end-of-time, or tstamp has a bogus definition, 54 // reached end-of-time, or tstamp has a bogus definition,
55 // or compiler initilization order broken, or somethine else :) 55 // or compiler initialisation order broken, or something else :)
56 abort (); 56 abort ();
57 } 57 }
58 58
59 tw0 () 59 tw0 ()
60 : time_watcher (this, &tw0::cb) 60 : time_watcher (this, &tw0::cb)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines