From 53f96cdb7514cab91f3c9ca204ec83cf6fc41664 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 6 Jul 2005 20:28:43 +0000 Subject: Added contentHandler::extractRaw(). --- src/emptyContentHandler.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/emptyContentHandler.cpp') diff --git a/src/emptyContentHandler.cpp b/src/emptyContentHandler.cpp index dceef55e..4dea2763 100644 --- a/src/emptyContentHandler.cpp +++ b/src/emptyContentHandler.cpp @@ -48,6 +48,12 @@ void emptyContentHandler::extract(utility::outputStream& /* os */) const } +void emptyContentHandler::extractRaw(utility::outputStream& /* os */) const +{ + // Nothing to do. +} + + const string::size_type emptyContentHandler::getLength() const { return (0); -- cgit v1.2.3