From 27ee889c0e74e84035c2c208c856729a16d866c7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 21 Oct 2009 01:45:13 +0000 Subject: tweak dll stuff again git-svn-id: svn+q:///qpdf/trunk@851 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/Pipeline.hh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include/qpdf/Pipeline.hh') diff --git a/include/qpdf/Pipeline.hh b/include/qpdf/Pipeline.hh index 7e248c1c..6f933f0b 100644 --- a/include/qpdf/Pipeline.hh +++ b/include/qpdf/Pipeline.hh @@ -36,22 +36,21 @@ class Pipeline { public: - DLL_EXPORT + QPDF_DLL Pipeline(char const* identifier, Pipeline* next); - DLL_EXPORT + QPDF_DLL virtual ~Pipeline(); // Subclasses should implement write and finish to do their jobs // and then, if they are not end-of-line pipelines, call // getNext()->write or getNext()->finish. - DLL_EXPORT + QPDF_DLL virtual void write(unsigned char* data, int len) = 0; - DLL_EXPORT + QPDF_DLL virtual void finish() = 0; protected: - DLL_EXPORT Pipeline* getNext(bool allow_null = false); std::string identifier; -- cgit v1.2.3-70-g09d2