Ignore more files
[yazpp-moved-to-github.git] / zlint / zlint.h
index 8c0302a..0ac1717 100644 (file)
@@ -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 <yaz++/z-assoc.h>
+#include <yazpp/z-assoc.h>
 
 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 {