Commit 88706995c88eae3c5eff4b069c23a73a09f72200
1 parent
a7e26953
update
git-svn-id: svn+q:///qpdf/trunk@1032 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
12 additions
and
0 deletions
ChangeLog
| 1 | +2010-09-24 Jay Berkenbilt <ejb@ql.org> | |
| 2 | + | |
| 3 | + * libqpdf/QPDF.cc: change private "file" method to be a | |
| 4 | + PointerHolder<InputSource> to prepare qpdf for being able to work | |
| 5 | + with PDF files loaded into memory in addition to working with | |
| 6 | + files on disk. | |
| 7 | + | |
| 8 | + * include/qpdf/PointerHolder.hh: add operator* and operator-> | |
| 9 | + methods so that PointerHolder objects can be used like pointers. | |
| 10 | + This is consistent with the smart pointer objects in the next | |
| 11 | + revision of C++. | |
| 12 | + | |
| 1 | 13 | 2010-09-05 Jay Berkenbilt <ejb@ql.org> |
| 2 | 14 | |
| 3 | 15 | * libqpdf/QPDF.cc (readObjectInternal): Recognize empty objects | ... | ... |