Commit ac56e013d6fb55df85216261228226849fcbab02
1 parent
12580545
Add missing QPDF_DLL
Showing
1 changed file
with
14 additions
and
4 deletions
include/qpdf/QPDFJob.hh
| @@ -154,7 +154,8 @@ class QPDFJob | @@ -154,7 +154,8 @@ class QPDFJob | ||
| 154 | friend class QPDFJob; | 154 | friend class QPDFJob; |
| 155 | friend class Config; | 155 | friend class Config; |
| 156 | public: | 156 | public: |
| 157 | - QPDF_DLL AttConfig& path(char const* parameter); | 157 | + QPDF_DLL |
| 158 | + AttConfig& path(char const* parameter); | ||
| 158 | 159 | ||
| 159 | # include <qpdf/auto_job_c_att.hh> | 160 | # include <qpdf/auto_job_c_att.hh> |
| 160 | 161 | ||
| @@ -171,7 +172,8 @@ class QPDFJob | @@ -171,7 +172,8 @@ class QPDFJob | ||
| 171 | friend class QPDFJob; | 172 | friend class QPDFJob; |
| 172 | friend class Config; | 173 | friend class Config; |
| 173 | public: | 174 | public: |
| 174 | - QPDF_DLL CopyAttConfig& path(char const* parameter); | 175 | + QPDF_DLL |
| 176 | + CopyAttConfig& path(char const* parameter); | ||
| 175 | 177 | ||
| 176 | # include <qpdf/auto_job_c_copy_att.hh> | 178 | # include <qpdf/auto_job_c_copy_att.hh> |
| 177 | 179 | ||
| @@ -188,6 +190,7 @@ class QPDFJob | @@ -188,6 +190,7 @@ class QPDFJob | ||
| 188 | friend class QPDFJob; | 190 | friend class QPDFJob; |
| 189 | friend class Config; | 191 | friend class Config; |
| 190 | public: | 192 | public: |
| 193 | + QPDF_DLL | ||
| 191 | PagesConfig& pageSpec(std::string const& filename, | 194 | PagesConfig& pageSpec(std::string const& filename, |
| 192 | char const* password, | 195 | char const* password, |
| 193 | std::string const& range); | 196 | std::string const& range); |
| @@ -206,7 +209,8 @@ class QPDFJob | @@ -206,7 +209,8 @@ class QPDFJob | ||
| 206 | friend class QPDFJob; | 209 | friend class QPDFJob; |
| 207 | friend class Config; | 210 | friend class Config; |
| 208 | public: | 211 | public: |
| 209 | - QPDF_DLL UOConfig& path(char const* parameter); | 212 | + QPDF_DLL |
| 213 | + UOConfig& path(char const* parameter); | ||
| 210 | 214 | ||
| 211 | # include <qpdf/auto_job_c_uo.hh> | 215 | # include <qpdf/auto_job_c_uo.hh> |
| 212 | 216 | ||
| @@ -222,7 +226,8 @@ class QPDFJob | @@ -222,7 +226,8 @@ class QPDFJob | ||
| 222 | friend class QPDFJob; | 226 | friend class QPDFJob; |
| 223 | friend class Config; | 227 | friend class Config; |
| 224 | public: | 228 | public: |
| 225 | - QPDF_DLL EncConfig& path(char const* parameter); | 229 | + QPDF_DLL |
| 230 | + EncConfig& path(char const* parameter); | ||
| 226 | 231 | ||
| 227 | # include <qpdf/auto_job_c_enc.hh> | 232 | # include <qpdf/auto_job_c_enc.hh> |
| 228 | 233 | ||
| @@ -240,10 +245,15 @@ class QPDFJob | @@ -240,10 +245,15 @@ class QPDFJob | ||
| 240 | public: | 245 | public: |
| 241 | QPDF_DLL | 246 | QPDF_DLL |
| 242 | std::shared_ptr<CopyAttConfig> copyAttachmentsFrom(); | 247 | std::shared_ptr<CopyAttConfig> copyAttachmentsFrom(); |
| 248 | + QPDF_DLL | ||
| 243 | std::shared_ptr<AttConfig> addAttachment(); | 249 | std::shared_ptr<AttConfig> addAttachment(); |
| 250 | + QPDF_DLL | ||
| 244 | std::shared_ptr<PagesConfig> pages(); | 251 | std::shared_ptr<PagesConfig> pages(); |
| 252 | + QPDF_DLL | ||
| 245 | std::shared_ptr<UOConfig> overlay(); | 253 | std::shared_ptr<UOConfig> overlay(); |
| 254 | + QPDF_DLL | ||
| 246 | std::shared_ptr<UOConfig> underlay(); | 255 | std::shared_ptr<UOConfig> underlay(); |
| 256 | + QPDF_DLL | ||
| 247 | std::shared_ptr<EncConfig> encrypt( | 257 | std::shared_ptr<EncConfig> encrypt( |
| 248 | int keylen, | 258 | int keylen, |
| 249 | std::string const& user_password, | 259 | std::string const& user_password, |