From 492db82f6f698e5dcf7ff51dab5fccc79378906c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 26 Sep 2009 15:15:33 +0000 Subject: more dll exports git-svn-id: svn+q:///qpdf/trunk@697 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/Pl_Buffer.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/qpdf/Pl_Buffer.hh b/include/qpdf/Pl_Buffer.hh index c16440eb..1e0bd8ac 100644 --- a/include/qpdf/Pl_Buffer.hh +++ b/include/qpdf/Pl_Buffer.hh @@ -27,14 +27,19 @@ class Pl_Buffer: public Pipeline { public: + DLL_EXPORT Pl_Buffer(char const* identifier, Pipeline* next = 0); + DLL_EXPORT virtual ~Pl_Buffer(); + DLL_EXPORT virtual void write(unsigned char*, int); + DLL_EXPORT virtual void finish(); // Each call to getBuffer() resets this object -- see notes above. // The caller is responsible for deleting the returned Buffer // object. + DLL_EXPORT Buffer* getBuffer(); private: -- cgit v1.2.3-70-g09d2