1 /* $Id: session.cpp,v 1.2 2005-10-15 14:09:09 adam Exp $
2 Copyright (c) 2005, Index Data.
10 #include <boost/thread/mutex.hpp>
14 // defining and initializing static members
15 boost::mutex yp2::Session::m_mutex;
16 unsigned long int yp2::Session::m_global_id = 0;
21 * indent-tabs-mode: nil
22 * c-file-style: "stroustrup"
24 * vim: shiftwidth=4 tabstop=8 expandtab