From d74e5245a29c700cc788f94bcadf4ab62bb606cc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 3 Aug 2009 18:39:29 +0200 Subject: _UNUSED_PARAMETER_ entfernt Namen unbenutzte Parameter auskommentieren --- src/Common/UserManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/UserManager.cpp') diff --git a/src/Common/UserManager.cpp b/src/Common/UserManager.cpp index ebeb26d..37cee6c 100644 --- a/src/Common/UserManager.cpp +++ b/src/Common/UserManager.cpp @@ -133,7 +133,7 @@ boost::shared_ptr > UserManage return dbBackend->getFullUserGroupList(timestamp); } -void UserManager::setPassword(unsigned long uid _UNUSED_PARAMETER_, const std::string &password _UNUSED_PARAMETER_) throw(Core::Exception) { +void UserManager::setPassword(unsigned long /*uid*/, const std::string& /*password*/) throw(Core::Exception) { throw Core::Exception(Core::Exception::NOT_AVAILABLE); } -- cgit v1.2.3