summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r--apt-pkg/acquire.h12
1 files changed, 6 insertions, 6 deletions
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;