From db678df196ccd8f9f6fb336706cf5701d1e53aa6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 13 Aug 2019 19:15:19 +0200 Subject: apt-pkg: default visibility to hidden --- apt-pkg/acquire.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index c71c01e2f..8cb4d2532 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -89,7 +89,7 @@ class metaIndex; * * \todo Why all the protected data items and methods? */ -class pkgAcquire +class APT_PUBLIC pkgAcquire { private: /** \brief FD of the Lock file we acquire in Setup (if any) */ @@ -372,7 +372,7 @@ class pkgAcquire * * An item may have several associated ItemDescs over its lifetime. */ -struct pkgAcquire::ItemDesc : public WeakPointable +struct APT_PUBLIC pkgAcquire::ItemDesc : public WeakPointable { /** \brief URI from which to download this item. */ std::string URI; @@ -388,7 +388,7 @@ struct pkgAcquire::ItemDesc : public WeakPointable * * \todo Why so many protected values? */ -class pkgAcquire::Queue +class APT_PUBLIC pkgAcquire::Queue { friend class pkgAcquire; friend class pkgAcquire::UriIterator; @@ -586,7 +586,7 @@ class pkgAcquire::Queue }; /*}}}*/ /** \brief Iterates over all the URIs being fetched by a pkgAcquire object. {{{*/ -class pkgAcquire::UriIterator +class APT_PUBLIC pkgAcquire::UriIterator { /** \brief dpointer placeholder (for later in case we need it) */ void * const d; @@ -623,7 +623,7 @@ class pkgAcquire::UriIterator }; /*}}}*/ /** \brief Information about the properties of a single acquire method. {{{*/ -struct pkgAcquire::MethodConfig +struct APT_PUBLIC pkgAcquire::MethodConfig { class Private; /** \brief dpointer placeholder (for later in case we need it) */ @@ -688,7 +688,7 @@ struct pkgAcquire::MethodConfig * * \todo Why protected members? */ -class pkgAcquireStatus +class APT_PUBLIC pkgAcquireStatus { /** \brief dpointer placeholder (for later in case we need it) */ void * const d; -- cgit v1.2.3