1 /* $Id: session.cpp,v 1.4 2006-06-10 14:29:12 adam Exp $
2 Copyright (c) 2005-2006, Index Data.
4 See the LICENSE file for details
10 #include <boost/thread/mutex.hpp>
14 namespace mp = metaproxy_1;
16 // defining and initializing static members
17 boost::mutex mp::Session::m_mutex;
18 unsigned long int mp::Session::m_global_id = 0;
23 * indent-tabs-mode: nil
24 * c-file-style: "stroustrup"
26 * vim: shiftwidth=4 tabstop=8 expandtab