summaryrefslogtreecommitdiffstats
path: root/src/Server/UserBackend.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-29 18:02:12 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-29 18:02:12 +0200
commitcb8e66c1b1f1c8076053d71347d0b1f96ca0bca1 (patch)
treee8340c2830b5d4614cfb44bbb309003a3eb6525c /src/Server/UserBackend.h
parent9bb64c7c90e6481ed3689a2b9380496da4ce09ff (diff)
downloadmad-cb8e66c1b1f1c8076053d71347d0b1f96ca0bca1.tar
mad-cb8e66c1b1f1c8076053d71347d0b1f96ca0bca1.zip
Requests UserGroupList und GroupUserList implementiert
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));
}