summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 238dd6e3..e57179b5 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -224,16 +224,7 @@ class QPDFObjectHandle
virtual void handleObject(
QPDFObjectHandle, size_t offset, size_t length);
- // handleWarning is called if a warning was issued during the
- // parsing of the most recent object. There's no good way to
- // get information about the warning, but implementors can use
- // this to become aware that there was some problem while
- // parsing this content stream.
- QPDF_DLL
- virtual void handleWarning();
-
- QPDF_DLL
- virtual void handleEOF();
+ virtual void handleEOF() = 0;
// Override this if you want to know the full size of the
// contents, possibly after concatenation of multiple streams.