~patrick-crews/drizzle/dbqp_bug710942

« back to all changes in this revision

Viewing changes to drizzled/identifier/user.h

  • Committer: Lee Bieber
  • Date: 2011-01-28 21:08:33 UTC
  • mfrom: (2119.4.3 try-visibility)
  • Revision ID: kalebral@gmail.com-20110128210833-nro17n81etdpcylm
Merge Monty - Enable -fvisibility=hidden

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <string>
26
26
#include <boost/shared_ptr.hpp>
27
27
 
 
28
#include "drizzled/visibility.h"
 
29
 
28
30
namespace drizzled
29
31
{
30
32
namespace identifier
41
43
  typedef boost::shared_ptr<User> shared_ptr;
42
44
  typedef boost::shared_ptr<const User> const_shared_ptr;
43
45
  typedef const User& const_reference;
44
 
  static shared_ptr make_shared();
 
46
  DRIZZLED_API static shared_ptr make_shared();
45
47
 
46
48
  enum PasswordType
47
49
  {