Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483006
Collapse All | Expand All

(-)libstreams/include/strigi/bufferedstream.h (-1 / +1 lines)
Lines 34-40 Link Here
34
 * BufferedStream will do the rest.
34
 * BufferedStream will do the rest.
35
 */
35
 */
36
template <class T>
36
template <class T>
37
class BufferedStream : public StreamBase<T> {
37
class STREAMS_EXPORT BufferedStream : public StreamBase<T> {
38
private:
38
private:
39
    StreamBuffer<T> buffer;
39
    StreamBuffer<T> buffer;
40
    bool finishedWritingToBuffer;
40
    bool finishedWritingToBuffer;

Return to bug 483006