The configure method takes test_only flag so we can avoid
[metaproxy-moved-to-github.git] / src / filter_template.hpp
index d1f6531..8b14158 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filter_template.hpp,v 1.9 2007-05-09 21:23:09 adam Exp $
+/* $Id: filter_template.hpp,v 1.10 2008-02-20 15:07:52 adam Exp $
    Copyright (c) 2005-2007, Index Data.
 
 This file is part of Metaproxy.
@@ -36,7 +36,7 @@ namespace metaproxy_1 {
             Template();
             ~Template();
             void process(metaproxy_1::Package & package) const;
-            void configure(const xmlNode * ptr);
+            void configure(const xmlNode * ptr, bool test_only);
         };
     }
 }