summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/crawler/SpoolRewindInputStream.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crawler/SpoolRewindInputStream.hpp b/include/crawler/SpoolRewindInputStream.hpp
index f065271..523c1b6 100755
--- a/include/crawler/SpoolRewindInputStream.hpp
+++ b/include/crawler/SpoolRewindInputStream.hpp
@@ -18,9 +18,11 @@ class spool_streambuf : public std::streambuf
protected:
CRAWLER_DLL_VISIBLE virtual std::streambuf::int_type readFromSource( ) = 0;
+ CRAWLER_DLL_VISIBLE std::streambuf::int_type spoolSourceData( char *data, size_t n );
private:
CRAWLER_DLL_VISIBLE int_type underflow( );
+ CRAWLER_DLL_VISIBLE void spoolData( size_t n );
private:
const size_t m_putBack;