From 1c7fb518ca0e5a7bd3565f54f8cf71417b3c2d14 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Tue, 17 Jan 2017 23:46:21 +0000 Subject: [PATCH] Fixed broken link URLs in comments. --- src/blackgui/models/listmodelbase.cpp | 2 +- src/blackgui/models/listmodeldbobjects.cpp | 2 +- src/blackgui/views/viewbase.cpp | 2 +- src/blackgui/views/viewdbobjects.cpp | 2 +- src/blackmisc/aviation/callsignobjectlist.cpp | 2 +- src/blackmisc/aviation/modulator.cpp | 2 +- src/blackmisc/db/datastoreobjectlist.cpp | 2 +- src/blackmisc/geo/earthangle.cpp | 2 +- src/blackmisc/geo/geoobjectlist.cpp | 2 +- src/blackmisc/pq/physicalquantity.cpp | 2 +- src/blackmisc/pq/pq.h | 2 +- src/blackmisc/timestampobjectlist.cpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/blackgui/models/listmodelbase.cpp b/src/blackgui/models/listmodelbase.cpp index 3e1ed9d43..893445552 100644 --- a/src/blackgui/models/listmodelbase.cpp +++ b/src/blackgui/models/listmodelbase.cpp @@ -766,7 +766,7 @@ namespace BlackGui } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl template class CListModelBase; template class CListModelBase; template class CListModelBase; diff --git a/src/blackgui/models/listmodeldbobjects.cpp b/src/blackgui/models/listmodeldbobjects.cpp index eb05015ba..a96545c0d 100644 --- a/src/blackgui/models/listmodeldbobjects.cpp +++ b/src/blackgui/models/listmodeldbobjects.cpp @@ -98,7 +98,7 @@ namespace BlackGui } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl template class CListModelDbObjects; template class CListModelDbObjects; template class CListModelDbObjects; diff --git a/src/blackgui/views/viewbase.cpp b/src/blackgui/views/viewbase.cpp index 34ecfc264..1eb505cc7 100644 --- a/src/blackgui/views/viewbase.cpp +++ b/src/blackgui/views/viewbase.cpp @@ -1483,7 +1483,7 @@ namespace BlackGui } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl template class CViewBase; template class CViewBase; template class CViewBase; diff --git a/src/blackgui/views/viewdbobjects.cpp b/src/blackgui/views/viewdbobjects.cpp index ee92dd631..9f55f17b8 100644 --- a/src/blackgui/views/viewdbobjects.cpp +++ b/src/blackgui/views/viewdbobjects.cpp @@ -218,7 +218,7 @@ namespace BlackGui } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl template class CViewWithDbObjects; template class CViewWithDbObjects; template class CViewWithDbObjects; diff --git a/src/blackmisc/aviation/callsignobjectlist.cpp b/src/blackmisc/aviation/callsignobjectlist.cpp index 157829c22..dd749014b 100644 --- a/src/blackmisc/aviation/callsignobjectlist.cpp +++ b/src/blackmisc/aviation/callsignobjectlist.cpp @@ -207,7 +207,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ICallsignObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ICallsignObjectList; diff --git a/src/blackmisc/aviation/modulator.cpp b/src/blackmisc/aviation/modulator.cpp index 928a4d5ad..b7ee178a5 100644 --- a/src/blackmisc/aviation/modulator.cpp +++ b/src/blackmisc/aviation/modulator.cpp @@ -278,7 +278,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CModulator; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CModulator; diff --git a/src/blackmisc/db/datastoreobjectlist.cpp b/src/blackmisc/db/datastoreobjectlist.cpp index 5e153e28e..3af38884f 100644 --- a/src/blackmisc/db/datastoreobjectlist.cpp +++ b/src/blackmisc/db/datastoreobjectlist.cpp @@ -164,7 +164,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE IDatastoreObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE IDatastoreObjectList; diff --git a/src/blackmisc/geo/earthangle.cpp b/src/blackmisc/geo/earthangle.cpp index b04cdab1f..aa80e6a5a 100644 --- a/src/blackmisc/geo/earthangle.cpp +++ b/src/blackmisc/geo/earthangle.cpp @@ -150,7 +150,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CEarthAngle; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CEarthAngle; diff --git a/src/blackmisc/geo/geoobjectlist.cpp b/src/blackmisc/geo/geoobjectlist.cpp index fa1eb4dbd..2c68ea8ba 100644 --- a/src/blackmisc/geo/geoobjectlist.cpp +++ b/src/blackmisc/geo/geoobjectlist.cpp @@ -116,7 +116,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE IGeoObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE IGeoObjectList; diff --git a/src/blackmisc/pq/physicalquantity.cpp b/src/blackmisc/pq/physicalquantity.cpp index b6c5d1dd4..4caf14a2d 100644 --- a/src/blackmisc/pq/physicalquantity.cpp +++ b/src/blackmisc/pq/physicalquantity.cpp @@ -461,7 +461,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CPhysicalQuantity; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE CPhysicalQuantity; diff --git a/src/blackmisc/pq/pq.h b/src/blackmisc/pq/pq.h index 124ea410c..f13b46abf 100644 --- a/src/blackmisc/pq/pq.h +++ b/src/blackmisc/pq/pq.h @@ -17,7 +17,7 @@ // All units / quantities, required for the instantiations of the template // especially as CRTP (Curiously recurring template pattern) is used. -// http://www.parashift.com/c++-faq-lite/separate-template-fn-defn-from-decl.html +// https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl // http://en.wikipedia.org/wiki/Curiously_recurring_template_pattern #include "blackmisc/pq/acceleration.h" diff --git a/src/blackmisc/timestampobjectlist.cpp b/src/blackmisc/timestampobjectlist.cpp index a54538921..b53f175b8 100644 --- a/src/blackmisc/timestampobjectlist.cpp +++ b/src/blackmisc/timestampobjectlist.cpp @@ -224,7 +224,7 @@ namespace BlackMisc } // see here for the reason of thess forward instantiations - // http://www.parashift.com/c++-faq/separate-template-class-defn-from-decl.html + // https://isocpp.org/wiki/faq/templates#separate-template-fn-defn-from-decl //! \cond PRIVATE template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampObjectList; template class BLACKMISC_EXPORT_DEFINE_TEMPLATE ITimestampObjectList;