ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iom.h
(Generate patch)

Comparing gvpe/src/iom.h (file contents):
Revision 1.2 by pcg, Fri Mar 21 21:17:02 2003 UTC vs.
Revision 1.3 by pcg, Fri Mar 21 21:21:02 2003 UTC

122 void trigger () 122 void trigger ()
123 { 123 {
124 call (at); 124 call (at);
125 } 125 }
126 126
127 void start (tstamp when) 127 void start (tstamp when = NOW)
128 { 128 {
129 set (when); 129 set (when);
130 } 130 }
131}; 131};
132 132

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines