Work on session_shared - scan support, better error handling, Z39.50
[metaproxy-moved-to-github.git] / src / filter.cpp
index f28700d..d91e6bf 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter.cpp,v 1.3 2005-11-07 21:57:10 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: filter.cpp,v 1.8 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include <stdexcept>
@@ -9,10 +9,12 @@
 #include "config.hpp"
 #include "filter.hpp"
 
+namespace mp = metaproxy_1;
 
-// defining and initializing static members
-// std::string yp2::filter::Base:m_type("Base");
-
+void mp::filter::Base::configure(const xmlNode * ptr)
+{
+    mp::xml::check_empty(ptr);
+}
 
 /*
  * Local variables: