~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/user.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:55:27 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328175527-u0zygnzd5xg7oaay
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <string>
24
24
#include <boost/shared_ptr.hpp>
 
25
#include <drizzled/common_fwd.h>
25
26
#include <drizzled/identifier.h>
26
27
#include <drizzled/visibility.h>
27
28
 
36
37
class User : public Identifier
37
38
{
38
39
public:
39
 
  typedef boost::shared_ptr<User> shared_ptr;
40
 
  typedef boost::shared_ptr<const User> const_shared_ptr;
41
 
  DRIZZLED_API static shared_ptr make_shared();
 
40
  DRIZZLED_API static user::mptr make_shared();
42
41
 
43
42
  enum PasswordType
44
43
  {