~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/simple_user_policy/policy.h

  • Committer: Monty Taylor
  • Date: 2010-04-16 15:08:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1476.
  • Revision ID: mordred@inaugust.com-20100416150854-s2vjibrm6lld6riv
Fix header guard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
 
21
 
#ifndef PLUGINS_SIMPLE_USER_POLICY_POLICY_H
22
 
#define PLUGINS_SIMPLE_USER_POLICY_POLICY_H
 
21
#ifndef PLUGIN_SIMPLE_USER_POLICY_POLICY_H
 
22
#define PLUGIN_SIMPLE_USER_POLICY_POLICY_H
23
23
 
24
24
#include <iostream>
25
25
 
63
63
 
64
64
} /* namespace simple_user_policy */
65
65
 
66
 
#endif /* PLUGINS_SIMPLE_USER_POLICY_POLICY_H */
 
66
#endif /* PLUGIN_SIMPLE_USER_POLICY_POLICY_H */