X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=zlint%2Fzlint.h;h=0ac1717e97cc8853bd459987325488aa4b83eb87;hb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;hp=8c0302a4dd11cc392a8724083350a7d7d8643908;hpb=7411ed6df7fc0b535f83503f73d70e80f390e295;p=yazpp-moved-to-github.git diff --git a/zlint/zlint.h b/zlint/zlint.h index 8c0302a..0ac1717 100644 --- a/zlint/zlint.h +++ b/zlint/zlint.h @@ -1,11 +1,11 @@ /* - * Copyright (c) 2004, Index Data. + * Copyright (c) 2004-2005, Index Data. * See the file LICENSE for details. * - * $Id: zlint.h,v 1.4 2005-06-25 15:53:21 adam Exp $ + * $Id: zlint.h,v 1.7 2006-03-29 13:14:20 adam Exp $ */ -#include +#include using namespace yazpp_1; @@ -51,6 +51,7 @@ public: virtual Zlint_code init(Zlint *z) = 0; virtual Zlint_code recv_gdu(Zlint *z, Z_GDU *gdu) = 0; virtual Zlint_code recv_fail(Zlint *z, int reason) = 0; + virtual ~Zlint_test(); }; class Zlint_test_simple : public Zlint_test {