]> git.mxchange.org Git - flightgear.git/commit
Rewrote event.cxx in C++ as a class using STL for the internal event list
authorcurt <curt>
Fri, 22 May 1998 21:14:53 +0000 (21:14 +0000)
committercurt <curt>
Fri, 22 May 1998 21:14:53 +0000 (21:14 +0000)
commitd093a9422b098548b91d025751beceabcb4bea2b
tree070b948aba322a2e0fd5b9875c24a27922246655
parentcbdc65f55a247e62c4eff2bb97ec8cef6e3a2f85
Rewrote event.cxx in C++ as a class using STL for the internal event list
and run queue this removes the arbitrary list sizes and makes things much
more dynamic.  Because this is C++-classified we can now have multiple
event_tables if we'd ever want them.
Time/event.cxx
Time/event.hxx
Time/fg_time.hxx