summaryrefslogtreecommitdiffstats
path: root/include/qpdf/Buffer.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-12 03:15:55 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-12 03:15:55 +0200
commit44cbd3d4b477f855d46259f7fbc743c0b96c7678 (patch)
tree9494d086d2720da5339cf832b82a913e2c0332d9 /include/qpdf/Buffer.hh
parent3444a5a52ad2d2eec89265498b7f6b76b7c5b2fa (diff)
downloadqpdf-44cbd3d4b477f855d46259f7fbc743c0b96c7678.tar.zst
do DLL_EXPORT only in header files and only at the class or top-level function level
git-svn-id: svn+q:///qpdf/trunk@796 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include/qpdf/Buffer.hh')
-rw-r--r--include/qpdf/Buffer.hh9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/qpdf/Buffer.hh b/include/qpdf/Buffer.hh
index c4f03768..084da8e3 100644
--- a/include/qpdf/Buffer.hh
+++ b/include/qpdf/Buffer.hh
@@ -10,24 +10,17 @@
#include <qpdf/DLL.hh>
+DLL_EXPORT
class Buffer
{
public:
- DLL_EXPORT
Buffer();
- DLL_EXPORT
Buffer(unsigned long size);
- DLL_EXPORT
Buffer(Buffer const&);
- DLL_EXPORT
Buffer& operator=(Buffer const&);
- DLL_EXPORT
~Buffer();
- DLL_EXPORT
unsigned long getSize() const;
- DLL_EXPORT
unsigned char const* getBuffer() const;
- DLL_EXPORT
unsigned char* getBuffer();
private: