From ab0964384e808a72a6e3c55d12ae8c9665ea6fb7 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 11 Apr 2002 16:25:12 +0000 Subject: [PATCH] Bernie Bright: Here are the Boost-less FGEventMgr updates I promised. Removed Boost dependencies from FGEventMgr. Removed Boost configure check. fgMethodCallback now handles const member functions. I've successfully tested these changes with gcc and msvc. --- src/Cockpit/radiostack.cxx | 4 +-- src/Include/fg_callback.hxx | 19 ++++++++-- src/Main/fg_init.cxx | 10 ++---- src/Time/FGEventMgr.cxx | 62 ++++++++++++++++++-------------- src/Time/FGEventMgr.hxx | 72 +++++++++++++++++++++++-------------- 5 files changed, 100 insertions(+), 67 deletions(-) diff --git a/src/Cockpit/radiostack.cxx b/src/Cockpit/radiostack.cxx index 62bbd53fa..c0b373600 100644 --- a/src/Cockpit/radiostack.cxx +++ b/src/Cockpit/radiostack.cxx @@ -35,7 +35,6 @@ #include #include #include