10 #ifndef __PION_PIONADMINRIGHTS_HEADER__
11 #define __PION_PIONADMINRIGHTS_HEADER__
13 #include <pion/PionConfig.hpp>
14 #include <pion/PionLogger.hpp>
15 #include <boost/cstdint.hpp>
16 #include <boost/thread/mutex.hpp>
46 static const boost::int16_t ADMIN_USER_ID;
49 static boost::mutex m_mutex;
55 boost::unique_lock<boost::mutex> m_lock;
58 boost::int16_t m_user_id;