Added yp2::PlainFile class which reads Unix-style plain text files.
[metaproxy-moved-to-github.git] / src / filter.cpp
index 150b90f..ecbec46 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter.cpp,v 1.4 2006-01-11 11:51:49 adam Exp $
+/* $Id: filter.cpp,v 1.6 2006-01-11 14:58:28 adam Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -11,6 +11,7 @@
 
 void yp2::filter::Base::configure(const xmlNode * ptr)
 {
+    yp2::xml::check_empty(ptr);
 }
 
 /*