Implement basic configuration of session_shared.
[metaproxy-moved-to-github.git] / src / session.cpp
index a67cec0..69ce930 100644 (file)
@@ -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 <stdexcept>
 
 #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: