From 264cd7947d7291f78065f12824523ba6178a9936 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 22 May 2009 00:23:59 +0200 Subject: GroupListRequest hinzugef?gt --- src/Server/UserBackend.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Server/UserBackend.h') diff --git a/src/Server/UserBackend.h b/src/Server/UserBackend.h index a673fa9..6d59615 100644 --- a/src/Server/UserBackend.h +++ b/src/Server/UserBackend.h @@ -23,6 +23,7 @@ #include #include +#include #include #include @@ -49,6 +50,10 @@ class UserBackend { return boost::shared_ptr(); } + virtual boost::shared_ptr > getGroupList() { + return boost::shared_ptr >(); + } + // TODO Better interface... virtual bool setPassword(unsigned long uid _UNUSED_PARAMETER_, const std::string &password _UNUSED_PARAMETER_) { return false; -- cgit v1.2.3