~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/user.h

  • Committer: Monty Taylor
  • Date: 2011-01-26 19:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110126191555-nq5nnzyscvngsip2
Turns on -fvisibility=hidden by default. Symbols intended to be used by
plugins need to be marked with DRIZZLED_API.

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
  {