23 #include <boost/thread/mutex.hpp>
25 #include <drizzled/identifier/user.h>
26 #include <drizzled/session/cache.h>
33 session::Cache::list local_list;
34 session::Cache::list::const_iterator iter;
42 boost::mutex::scoped_lock scopedLock(session::Cache::mutex());
43 local_list= session::Cache::getCache();
44 iter= local_list.begin();
49 while (iter != local_list.end())
A set of Session members describing the current authenticated user.
TODO: Rename this file - func.h is stupid.
bool isViewable(const identifier::User &) const