X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.cpp;h=69ce930d49b5128cef0e7b7b22a03c72f5b0c74b;hb=16921033f2609ed948cf6985b4fbce3d927a20c1;hp=a67cec0c1647bfd5fe66e5ef56c0d70dad901fc3;hpb=f82b19f2b93707657fee804bd1242f2548d51ada;p=metaproxy-moved-to-github.git diff --git a/src/session.cpp b/src/session.cpp index a67cec0..69ce930 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.4 2006-06-10 14:29:12 adam Exp $ + Copyright (c) 2005-2006, 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: