1
0
Fork 0
flightgear/Time
curt 50ea8bd446 Bernie Bright writes:
I've created some new classes to enable pointers-to-functions and
  pointers-to-class-methods to be treated like objects.  These objects
  can be registered with fgEVENT_MGR.

  File "Include/fg_callback.hxx" contains the callback class defns.

  Modified fgEVENT and fgEVENT_MGR to use the callback classes.  Also
  some minor tweaks to STL usage.

  Added file "Include/fg_stl_config.h" to deal with STL portability
  issues.  I've added an initial config for egcs (and probably gcc-2.8.x).
  I don't have access to Visual C++ so I've left that for someone else.
  This file is influenced by the stl_config.h file delivered with egcs.

  Added "Include/auto_ptr.hxx" which contains an implementation of the
  STL auto_ptr class which is not provided in all STL implementations
  and is needed to use the callback classes.

  Deleted fgLightUpdate() which was just a wrapper to call
  fgLIGHT::Update().

  Modified fg_init.cxx to register two method callbacks in place of the
  old wrapper functions.
1998-08-29 13:11:31 +00:00
..
event.cxx Bernie Bright writes: 1998-08-29 13:11:31 +00:00
event.hxx Bernie Bright writes: 1998-08-29 13:11:31 +00:00
fg_time.cxx Bernie Bright writes: 1998-08-29 13:11:31 +00:00
fg_time.hxx Added a pause option. 1998-07-27 18:42:22 +00:00
fg_timer.cxx Type-ified fgTIME and fgVIEW. 1998-04-28 01:22:16 +00:00
fg_timer.hxx Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H" 1998-04-24 00:52:24 +00:00
light.cxx Bernie Bright writes: 1998-08-29 13:11:31 +00:00
light.hxx Bernie Bright writes: 1998-08-29 13:11:31 +00:00
Makefile.am Build only static libraries. 1998-06-12 00:59:52 +00:00
sunpos.cxx Optimizations by Norman Vine. 1998-08-12 21:13:22 +00:00
sunpos.hxx Cleaned up initialization sequence to eliminate interdependencies 1998-04-25 20:24:00 +00:00