summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/User.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/User.hxx')
-rw-r--r--connectivity/source/drivers/firebird/User.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/User.hxx b/connectivity/source/drivers/firebird/User.hxx
index fe2f97dcdb54..5668c3223c13 100644
--- a/connectivity/source/drivers/firebird/User.hxx
+++ b/connectivity/source/drivers/firebird/User.hxx
@@ -35,7 +35,11 @@ namespace connectivity
*/
User(const css::uno::Reference< css::sdbc::XConnection >& rConnection, const OUString& rName);
+ // XAuthorizable
virtual void SAL_CALL changePassword(const OUString&, const OUString& newPassword) override;
+ virtual sal_Int32 SAL_CALL getPrivileges(const OUString&, sal_Int32) override;
+ virtual sal_Int32 SAL_CALL getGrantablePrivileges(const OUString&, sal_Int32) override;
+
// IRefreshableGroups::
virtual void refreshGroups() override;
};