X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fex_router_flexml.cpp;h=da9fd09092aa68789e7d43cf04846f30ec5baf03;hb=76ef9dc806f33a50e286ea4a5cd13181cf25f6d2;hp=3d77c98fde210af02f2a7d17dd84474fc9e1447a;hpb=9f2bcb03606f31b1bcf0626b6b022f66576c5ca7;p=metaproxy-moved-to-github.git diff --git a/src/ex_router_flexml.cpp b/src/ex_router_flexml.cpp index 3d77c98..da9fd09 100644 --- a/src/ex_router_flexml.cpp +++ b/src/ex_router_flexml.cpp @@ -1,7 +1,7 @@ -/* $Id: ex_router_flexml.cpp,v 1.7 2006-01-16 11:22:56 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,6 +17,8 @@ namespace po = boost::program_options; #include "router_flexml.hpp" #include "factory_static.hpp" +namespace mp = metaproxy_1; + int main(int argc, char **argv) { try @@ -66,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();