X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fsession.cpp;h=4a63a79d9e28f36180e1542fa172466834dbbb60;hb=d15eeaaabd7e3f92ffe0215bd930bbc92b380e0f;hp=a67cec0c1647bfd5fe66e5ef56c0d70dad901fc3;hpb=f82b19f2b93707657fee804bd1242f2548d51ada;p=metaproxy-moved-to-github.git diff --git a/src/session.cpp b/src/session.cpp index a67cec0..4a63a79 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,7 +1,7 @@ -/* $Id: session.cpp,v 1.2 2005-10-15 14:09:09 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: session.cpp,v 1.5 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. -%LICENSE% + See the LICENSE file for details */ #include @@ -11,9 +11,11 @@ #include "config.hpp" +namespace mp = metaproxy_1; + // defining and initializing static members -boost::mutex yp2::Session::m_mutex; -unsigned long int yp2::Session::m_global_id = 0; +boost::mutex mp::Session::m_mutex; +unsigned long int mp::Session::m_global_id = 0; /* * Local variables: