18
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
24
#include <boost/shared_ptr.hpp>
35
33
@brief A set of Session members describing the current authenticated user.
40
39
typedef boost::shared_ptr<User> shared_ptr;
41
40
typedef boost::shared_ptr<const User> const_shared_ptr;
56
64
const std::string& address() const