Year 2007.
[metaproxy-moved-to-github.git] / src / filter_virt_db.hpp
index 447b2eb..4daa8e1 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: filter_virt_db.hpp,v 1.15 2006-03-16 10:40:59 adam Exp $
-   Copyright (c) 2005-2006, Index Data.
+/* $Id: filter_virt_db.hpp,v 1.18 2007-01-25 14:05:54 adam Exp $
+   Copyright (c) 2005-2007, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #ifndef FILTER_VIRT_DB_HPP
@@ -16,7 +16,7 @@
 
 namespace metaproxy_1 {
     namespace filter {
-        class Virt_db : public Base {
+        class VirtualDB : public Base {
             class Rep;
             struct Frontend;
             struct Map;
@@ -25,8 +25,8 @@ namespace metaproxy_1 {
             typedef boost::shared_ptr<Backend> BackendPtr;
             typedef boost::shared_ptr<Frontend> FrontendPtr;
         public:
-            ~Virt_db();
-            Virt_db();
+            ~VirtualDB();
+            VirtualDB();
             void process(metaproxy_1::Package & package) const;
             void configure(const xmlNode * ptr);
             void add_map_db2targets(std::string db,