diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 22:10:57 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 23:42:16 +0100 |
| commit | 67ca5c199dfe62fc0738a808f3142af2e77eafd7 (patch) | |
| tree | 9245d9a9c1f5f9e529636fb3e9d93906f6c8a3c0 /include | |
| parent | f06045c2f0145ec2290913fa144cd690e70736fd (diff) | |
| download | PROJ-67ca5c199dfe62fc0738a808f3142af2e77eafd7.tar.gz PROJ-67ca5c199dfe62fc0738a808f3142af2e77eafd7.zip | |
projinfo: display deprecation info
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/common.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/proj/common.hpp b/include/proj/common.hpp index f1e683e7..91756c62 100644 --- a/include/proj/common.hpp +++ b/include/proj/common.hpp @@ -277,9 +277,9 @@ using IdentifiedObjectNNPtr = util::nn<IdentifiedObjectPtr>; * * \remark Implements IdentifiedObject from \ref ISO_19111_2018 */ -class IdentifiedObject : public util::BaseObject, - public util::IComparable, - public io::IWKTExportable { +class PROJ_GCC_DLL IdentifiedObject : public util::BaseObject, + public util::IComparable, + public io::IWKTExportable { public: //! @cond Doxygen_Suppress PROJ_DLL ~IdentifiedObject() override; @@ -311,14 +311,14 @@ class IdentifiedObject : public util::BaseObject, //! @cond Doxygen_Suppress void formatID(io::WKTFormatter *formatter) const; - void formatRemarks(io::WKTFormatter *formatter) const; + PROJ_INTERNAL void formatRemarks(io::WKTFormatter *formatter) const; - bool + PROJ_INTERNAL bool _isEquivalentTo(const util::IComparable *other, util::IComparable::Criterion criterion = util::IComparable::Criterion::STRICT) const override; - bool + PROJ_INTERNAL bool _isEquivalentTo(const IdentifiedObject *other, util::IComparable::Criterion criterion = util::IComparable::Criterion::STRICT) PROJ_CONST_DECL; |
