Properly lock Z39.50 sessions
[metaproxy-moved-to-github.git] / src / filter_virt_db.hpp
index 9c4f41e..e33b74e 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_virt_db.hpp,v 1.2 2005-10-29 15:54:29 adam Exp $
+/* $Id: filter_virt_db.hpp,v 1.3 2005-10-29 22:23:36 marc Exp $
    Copyright (c) 2005, Index Data.
 
 %LICENSE%
@@ -21,6 +21,9 @@ namespace yp2 {
             ~Virt_db();
             Virt_db();
             void process(yp2::Package & package) const;
+            const std::string type() const {
+                return "Virt_db";
+            };
             void add_map_db2vhost(std::string db, std::string vhost);
         private:
             boost::scoped_ptr<Rep> m_p;