Added filter_bounce to list of objects
[metaproxy-moved-to-github.git] / src / ex_router_flexml.cpp
index 3793ea2..da9fd09 100644 (file)
@@ -1,7 +1,7 @@
-/* $Id: ex_router_flexml.cpp,v 1.6 2006-01-09 13:43:59 adam Exp $
-   Copyright (c) 2005, Index Data.
+/* $Id: ex_router_flexml.cpp,v 1.9 2006-06-10 14:29:12 adam Exp $
+   Copyright (c) 2005-2006, Index Data.
 
-%LICENSE%
+   See the LICENSE file for details
  */
 
 #include "config.hpp"
@@ -17,11 +17,12 @@ namespace po = boost::program_options;
 #include "router_flexml.hpp"
 #include "factory_static.hpp"
 
+namespace mp = metaproxy_1;
+
 int main(int argc, char **argv)
 {
     try 
     {
-
         po::options_description desc("Allowed options");
         desc.add_options()
             ("help", "produce help message")
@@ -67,10 +68,10 @@ int main(int argc, char **argv)
         }
         if (doc)
         {
-            yp2::FactoryStatic factory;
-            yp2::RouterFleXML router(doc, factory);
+            mp::FactoryStatic factory;
+            mp::RouterFleXML router(doc, factory);
 
-           yp2::Package pack;
+           mp::Package pack;
         
             pack.router(router).move();
 
@@ -86,8 +87,6 @@ int main(int argc, char **argv)
 }
 
 
-
-
 /*
  * Local variables:
  * c-basic-offset: 4