summaryrefslogtreecommitdiffstats
path: root/src/Server/UserBackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/UserBackend.h')
-rw-r--r--src/Server/UserBackend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Server/UserBackend.h b/src/Server/UserBackend.h
index 00e63d3..c2f340e 100644
--- a/src/Server/UserBackend.h
+++ b/src/Server/UserBackend.h
@@ -78,7 +78,6 @@ class UserBackend {
throw(Net::Exception(Net::Exception::NOT_IMPLEMENTED));
}
- // TODO Better interface...
virtual void setPassword(unsigned long uid _UNUSED_PARAMETER_, const std::string &password _UNUSED_PARAMETER_) throw(Net::Exception) {
throw(Net::Exception(Net::Exception::NOT_IMPLEMENTED));
}