Deleted Added
sdiff udiff text old ( 3144:b6e9e1811d71 ) new ( 4167:ce5d0f62f13b )
full compact
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 111 unchanged lines hidden (view full) ---

120 : Event(q), interval(ival)
121 { schedule(curTick + interval); }
122
123 void process(); // process event
124
125 virtual const char *description();
126};
127
128#endif // __SIM_SIM_EVENTS_HH__