~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-01 11:40:52 UTC
  • mfrom: (2210 staging)
  • mto: (2212.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2213.
  • Revision ID: olafvdspek@gmail.com-20110301114052-1sqxpkhrnq5o49ns
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
 
22
 
#ifndef DRIZZLED_IDENTIFIER_USER_H
23
 
#define DRIZZLED_IDENTIFIER_USER_H
 
21
#pragma once
24
22
 
25
23
#include <string>
26
24
#include <boost/shared_ptr.hpp>
123
121
 
124
122
} /* namespace identifier */
125
123
} /* namespace drizzled */
126
 
 
127
 
#endif /* DRIZZLED_IDENTIFIER_USER_H */