~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-24 00:03:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110324000305-p9tdkxd15wjhagjb
Remove const_reference and reference from identifier::User

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
public:
39
39
  typedef boost::shared_ptr<User> shared_ptr;
40
40
  typedef boost::shared_ptr<const User> const_shared_ptr;
41
 
  typedef const User& const_reference;
42
41
  DRIZZLED_API static shared_ptr make_shared();
43
42
 
44
43
  enum PasswordType