summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-03 16:11:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-03 16:11:53 +0100
commita90d4d5f036ab7785ba72038936c6c8427b74ba8 (patch)
tree5bc21bbd697b18747463924d934deddc54ebcbb8 /comphelper/source/streaming
parent5807b07161d84ef105cc1a2292c8c1f09888e39f (diff)
Do not export whole class to avoid MS C++ implicitly exporting base template.
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r--comphelper/source/streaming/oslfile2streamwrap.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx
index 06bac1d79c02..bf93a8ea2002 100644
--- a/comphelper/source/streaming/oslfile2streamwrap.cxx
+++ b/comphelper/source/streaming/oslfile2streamwrap.cxx
@@ -145,6 +145,13 @@ void SAL_CALL OSLInputStreamWrapper::closeInput() throw( stario::NotConnectedExc
/*************************************************************************/
// stario::XOutputStream
//------------------------------------------------------------------------------
+
+OSLOutputStreamWrapper::OSLOutputStreamWrapper(osl::File & _rFile):
+ rFile(_rFile)
+{}
+
+OSLOutputStreamWrapper::~OSLOutputStreamWrapper() {}
+
void SAL_CALL OSLOutputStreamWrapper::writeBytes(const staruno::Sequence< sal_Int8 >& aData) throw( stario::NotConnectedException, stario::BufferSizeExceededException, staruno::RuntimeException )
{
sal_uInt64 nWritten;