]> git.mxchange.org Git - simgear.git/commitdiff
hla: include config.h and compiler.h in implementation files.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 5 Mar 2012 05:59:37 +0000 (06:59 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 5 Mar 2012 05:59:37 +0000 (06:59 +0100)
31 files changed:
simgear/hla/HLAArrayDataElement.cxx
simgear/hla/HLAArrayDataType.cxx
simgear/hla/HLABasicDataElement.cxx
simgear/hla/HLABasicDataType.cxx
simgear/hla/HLADataElement.cxx
simgear/hla/HLADataType.cxx
simgear/hla/HLADataTypeVisitor.cxx
simgear/hla/HLAEnumeratedDataElement.cxx
simgear/hla/HLAEnumeratedDataType.cxx
simgear/hla/HLAFederate.cxx
simgear/hla/HLAFixedRecordDataElement.cxx
simgear/hla/HLAFixedRecordDataType.cxx
simgear/hla/HLAInteractionClass.cxx
simgear/hla/HLAOMTXmlVisitor.cxx
simgear/hla/HLAObjectClass.cxx
simgear/hla/HLAObjectInstance.cxx
simgear/hla/HLAPropertyDataElement.cxx
simgear/hla/HLARawDataElement.cxx
simgear/hla/HLAVariantRecordDataElement.cxx
simgear/hla/HLAVariantRecordDataType.cxx
simgear/hla/RTI13Federate.cxx
simgear/hla/RTI13FederateFactory.cxx
simgear/hla/RTI13InteractionClass.cxx
simgear/hla/RTI13ObjectClass.cxx
simgear/hla/RTI13ObjectInstance.cxx
simgear/hla/RTIFederate.cxx
simgear/hla/RTIFederateFactory.cxx
simgear/hla/RTIFederateFactoryRegistry.cxx
simgear/hla/RTIInteractionClass.cxx
simgear/hla/RTIObjectClass.cxx
simgear/hla/RTIObjectInstance.cxx

index 9f8f5aeb3fe095531baaaed924691a8add67b1fa..47cebb58bc566bf994be8590f7e353aa8c81f85b 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAArrayDataElement.hxx"
 
 #include <simgear/debug/logstream.hxx>
index 8f6435b602f821f7eecc6e9c56fbbcbaff16eb24..e5302a8bcaa36d29cfdbba1670e0b00918e114e5 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAArrayDataType.hxx"
 
 #include "HLAArrayDataElement.hxx"
index c4b985b91161ee03cda4c51664c82b8d20dee83b..ae3f8af3b20fdf4e6f729a506972de840bcea452 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLABasicDataElement.hxx"
 
 #include "HLADataElementVisitor.hxx"
index 63b8b8720e777d3f5c7f28c0f90df12daa1b865a..ed2e9fcad03dd493d500234671cc8b7b93be156c 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLABasicDataType.hxx"
 
 #include "HLADataType.hxx"
index 0794f152311f1239d958daa7b751bad16256c5d7..bdccf5d8612a27a48607143e1da63d222e9dc74e 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLADataElement.hxx"
 
 #include <simgear/debug/logstream.hxx>
index 3addcb839f98335323b691613c66aa46e662a662..ec3359338c81e3cc5f36db6e75ed9b5cc3beccdc 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLADataType.hxx"
 
 #include "HLADataElement.hxx"
index 5978ac06d7faefc165b1dc54f43cac7a09d1d8f2..7c28fcb89964e440b1c5370b5a888051419584d3 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLADataTypeVisitor.hxx"
 
 #include "HLAArrayDataElement.hxx"
index d5af6d4118cb2ca545caa3470bf7b5bd53469584..cbc54a426feb83fbae1253061eedc9010920d8ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAEnumeratedDataElement.hxx"
 
 #include <simgear/debug/logstream.hxx>
index d7cc2a9f2ebe84a7ba80ec7a8d1d22a710507619..9edb9bf0db9cabff2969968e5b4d50898074702d 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAEnumeratedDataType.hxx"
 
 #include <map>
index 1b99ff28c3e4b29e591d74485915297212345ee4..94e8b3a289b46a24bf4c19a13b6c425d95c6996f 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAFederate.hxx"
 
 #include <algorithm>
index 9a0311bdec0a83b2ef8ee1447db031e291c36345..b9c0b8559cd15dc768b02a31e2290c244851b196 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAFixedRecordDataElement.hxx"
 
 #include <string>
index 92e36e26c0974830642420d87cafc663bb92168f..aa4f10115319bdc4f4009882a306161d56c6da45 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAFixedRecordDataType.hxx"
 
 #include "HLADataTypeVisitor.hxx"
index e2674d3f75d00568d8b21f82dae310ff038c2e06..afe9bd9f5ef0c06308b4a582d3a112f2761c059a 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAInteractionClass.hxx"
 
 #include <simgear/debug/logstream.hxx>
index 84c0f2102f7c2b1d01d897a4b9c1e4dae538948a..bf719d09bae2cbc6c5385449a08cd8e7dcbb044e 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAOMTXmlVisitor.hxx"
 
 #include <map>
index 5bd86c0c3022c65a7d77da911533511558443b11..c3f81c7ba82cc172bd5d12102a0d2799ac49fbec 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAObjectClass.hxx"
 
 #include "simgear/debug/logstream.hxx"
index 56ccf78e556640f5d209108f5877e715ce2cd68d..eb27f2523aac644bc43e6ac34b8bad636b19492b 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAObjectInstance.hxx"
 
 #include <algorithm>
index 130d3c14d5df7e0862d75f71a3c6b9f14a15ca3d..0b9e354ea0ab496a24b786833ddb14e6331a82fe 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAPropertyDataElement.hxx"
 
 #include "HLAArrayDataElement.hxx"
index 14dd3ea784a82476f0c72258afb08fc30279ee9a..628574a948075ef1abf2745c036d6d7022ab5349 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLARawDataElement.hxx"
 
 namespace simgear {
index 5dac6d52ba82b4b042b38fc4dcb7b4f232ff1652..6acb9fd521f969235de98c13224fc8025e331c79 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAVariantRecordDataElement.hxx"
 
 #include <simgear/debug/logstream.hxx>
index 8f62f2e0760060890b9fc38a7451c24a1af9f434..d5c5d44b0ebcec6e14811c9d09fc8478b19ff496 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLAVariantRecordDataType.hxx"
 
 #include "HLADataTypeVisitor.hxx"
index c9dbfac2781a4db96d22745fe49da05bc4a9e7ba..154a3b3363618bafd0793bae2ebfe4af9df3d93e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2011  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTI13Federate.hxx"
 
 #include "RTI13Ambassador.hxx"
index 33c03b7eaab79c3c7538fe45886152abfcb858e0..da63390d8459014f69929d9bffe678ca92bbeca5 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTI13FederateFactory.hxx"
 
 #include "RTI13Federate.hxx"
index f5508fa004bbd243854bb5b04fab9b5811bc1f95..130829d0d034f59f8338f36620c61662d82ed04d 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTI13InteractionClass.hxx"
 
 #include "RTI13Ambassador.hxx"
index 298330bb163967a35f5dbb388a91e216b0442801..0a04480b37e044acb04b888e0ccc7259f7ee9b4a 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTI13ObjectClass.hxx"
 #include "RTI13Ambassador.hxx"
 
index 7333d43c633ead9d792aca976b2dd087abfd278c..58f95f9a18db57d7080b69b1f4f7942bb112560c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIObjectInstance.hxx"
 #include "RTI13Ambassador.hxx"
 
index 5d754fb2c80f4eb2077b981ab92a76507d70c622..54a81eceec6518cafa32cf887806a7c635d2b170 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIFederate.hxx"
 
 namespace simgear {
index 69efa7625c8aeb3ec4a4d8a6f57d6e1e633238f5..ea71540f5d0c7fd5fdeea6b16aaf5e03ea5d9986 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIFederateFactory.hxx"
 
 #include "RTIFederateFactoryRegistry.hxx"
index 2e786fe9cfa34fa0aa54f89d07f53491d6fc5bb2..8584a429071b41c23a32d120d6c54a8afffe9997 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIFederateFactoryRegistry.hxx"
 
 #include "simgear/threads/SGGuard.hxx"
index 23aa741b8f1c351e2bba9921c73d57f773960c7e..d3c6d2a2d705950d04c18eb84f913ebda3ec754c 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIInteractionClass.hxx"
 
 namespace simgear {
index 9b4d36c152dda9c6fcdb58ac4c0b477e2116dc10..8dca02675a01e3c75e7e770b4c0787bc70c995d8 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIObjectClass.hxx"
 
 #include "simgear/debug/logstream.hxx"
index 2baedaaecaa258a8d9589cabcad70ae902a11a13..da0de3ef291dfb55f3ff8b6e3355295d4d33adb6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009 - 2010  Mathias Froehlich - Mathias.Froehlich@web.de
+// Copyright (C) 2009 - 2012  Mathias Froehlich - Mathias.Froehlich@web.de
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "RTIObjectInstance.hxx"
 #include "RTIObjectClass.hxx"
 #include "HLAObjectInstance.hxx"