From 44cbd3d4b477f855d46259f7fbc743c0b96c7678 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 12 Oct 2009 01:15:55 +0000 Subject: 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 --- libqpdf/Pl_Buffer.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libqpdf/Pl_Buffer.cc') diff --git a/libqpdf/Pl_Buffer.cc b/libqpdf/Pl_Buffer.cc index cdbad568..1729b2c3 100644 --- a/libqpdf/Pl_Buffer.cc +++ b/libqpdf/Pl_Buffer.cc @@ -3,7 +3,6 @@ #include #include -DLL_EXPORT Pl_Buffer::Pl_Buffer(char const* identifier, Pipeline* next) : Pipeline(identifier, next), ready(false), @@ -11,12 +10,10 @@ Pl_Buffer::Pl_Buffer(char const* identifier, Pipeline* next) : { } -DLL_EXPORT Pl_Buffer::~Pl_Buffer() { } -DLL_EXPORT void Pl_Buffer::write(unsigned char* buf, int len) { @@ -32,7 +29,6 @@ Pl_Buffer::write(unsigned char* buf, int len) } } -DLL_EXPORT void Pl_Buffer::finish() { @@ -43,7 +39,6 @@ Pl_Buffer::finish() } } -DLL_EXPORT Buffer* Pl_Buffer::getBuffer() { -- cgit v1.2.3-70-g09d2