From 6213f5b03d5d21c7609db00156b2725290d44167 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Tue, 27 May 2003 17:43:17 +0000 Subject: add tests for GPdfPersistFile. * xpdf/tests/test-pdf-loading.cc: add tests for GPdfPersistFile. * xpdf/gpdf-persist-stream.h: no need to include BonoboStream.h. * xpdf/gpdf-persist-file.h, xpdf/gpdf-persist-file.cc: new class, implements the PersistFile interface. * xpdf/Makefile.am (libgpdf_a_SOURCES): add gpdf-persist-file.cc, gpdf-persist-file.h. * xpdf/gpdf-control.cc: reorder includes. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index bf21a2b..f0b2d01 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -125,6 +125,8 @@ libgpdf_a_SOURCES = \ gpdf-link-canvas-item.h \ gpdf-links-canvas-layer.cc \ gpdf-links-canvas-layer.h \ + gpdf-persist-file.cc \ + gpdf-persist-file.h \ gpdf-persist-stream.cc \ gpdf-persist-stream.h -- cgit v0.9.1