X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.cpp;h=f64e2dae58b489fefb67514f2e3881e92507a89b;hb=79100c2ae2dac4bdde4f4d46b69e147562b4ec6c;hp=a67cec0c1647bfd5fe66e5ef56c0d70dad901fc3;hpb=ddef5183e8d66d71d9ded936a0c68b947d7804e0;p=metaproxy-moved-to-github.git diff --git a/src/session.cpp b/src/session.cpp index a67cec0..f64e2da 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -1,5 +1,5 @@ -/* $Id: session.cpp,v 1.2 2005-10-15 14:09:09 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: session.cpp,v 1.3 2006-03-16 10:40:59 adam Exp $ + Copyright (c) 2005-2006, Index Data. %LICENSE% */ @@ -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: