summaryrefslogtreecommitdiff
path: root/src/mongo/db/audit.h
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@10gen.com>2013-10-17 20:12:21 -0400
committerSpencer T Brody <spencer@10gen.com>2013-10-21 17:22:16 -0400
commit4e5bb06c7156a2a6e7bf878f3cf2c90a94771b2d (patch)
tree2fbf3eb990490d022c1ead9ac12540d514238fd9 /src/mongo/db/audit.h
parentb67de10c6307468636b91fddd5d67b066f86b526 (diff)
downloadmongo-4e5bb06c7156a2a6e7bf878f3cf2c90a94771b2d.tar.gz
SERVER-11260 Remove all code related to advanced role delegation
Diffstat (limited to 'src/mongo/db/audit.h')
-rw-r--r--src/mongo/db/audit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/audit.h b/src/mongo/db/audit.h
index d9e589d89c4..b879b84fdd1 100644
--- a/src/mongo/db/audit.h
+++ b/src/mongo/db/audit.h
@@ -163,7 +163,7 @@ namespace audit {
const UserName& username,
bool password,
const BSONObj* customData,
- const std::vector<User::RoleData>& roles);
+ const std::vector<RoleName>& roles);
/**
* Logs the result of a dropUser command.
@@ -184,7 +184,7 @@ namespace audit {
const UserName& username,
bool password,
const BSONObj* customData,
- const std::vector<User::RoleData>* roles);
+ const std::vector<RoleName>* roles);
/**
* Logs the result of a grantRolesToUser command.