~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/regex_policy/policy.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 09:51:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808095116-hnodu1sdn0vezgfn
cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
inline bool PolicyItem::isRestricted()
141
141
{
142
 
  return action == POLICY_DENY ? true : false;
 
142
  return action == POLICY_DENY;
143
143
}
144
144
 
145
145
void clearPolicyItemList(PolicyItemList policies);