~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/security_context.h

  • Committer: Brian Aker
  • Date: 2010-03-04 08:35:47 UTC
  • mfrom: (1317.1.12)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: brian@gaz-20100304083547-ca04rzc7ajwa3j7f
Merge for build of Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_SECURITY_CONTEXT_H
22
22
#define DRIZZLED_SECURITY_CONTEXT_H
23
23
 
 
24
#include <string>
 
25
 
24
26
namespace drizzled
25
27
{
26
28