summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-04 21:40:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-04 21:59:46 +0100
commit0b77f2cf2646019331d3adc21985052319bdba4c (patch)
tree1035d1a1afdb8cd2a26ba1a258c1297b1d6e41cc /include
parentf68e25c7f278bbfee095d43d4405a74df0bd22ff (diff)
downloadqpdf-0b77f2cf2646019331d3adc21985052319bdba4c.tar.zst
Revert non-binary-compatible handleWarning change -- see TODO (ABI)
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.