]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/logger.hxx
Roy Vegard Ovesen:
[flightgear.git] / src / Main / logger.hxx
index 4818e44f087a414c70b50e81ebb1e045256cedf9..f1098d6790c38438c832294d00f5d9e409364afb 100644 (file)
 
 #include <simgear/compiler.h>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
+#include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/props.hxx>
 
 SG_USING_STD(ostream);
 SG_USING_STD(vector);
 
-#include "fgfs.hxx"
-
 
 /**
  * Log any property values to any number of CSV files.
  */
-class FGLogger : public FGSubsystem
+class FGLogger : public SGSubsystem
 {
 public:
 
   FGLogger ();
   virtual ~FGLogger ();
 
-                               // Implementation of FGSubsystem
+                               // Implementation of SGSubsystem
   virtual void init ();
   virtual void reinit ();
   virtual void bind ();