summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/GroupUserListRequest.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-06-04 22:23:07 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-06-04 22:23:07 +0200
commit0b27c37fe95c6aced613d51a3624f8930a96ad3f (patch)
tree5cb92568f70fe9789e99633ec71048389efb7fa4 /src/Common/Requests/GroupUserListRequest.h
parent50d92f64547c5c06851976ceab5ed631ec93f647 (diff)
downloadmad-0b27c37fe95c6aced613d51a3624f8930a96ad3f.tar
mad-0b27c37fe95c6aced613d51a3624f8930a96ad3f.zip
RequestHandler-Interface ?berarbeitet
Diffstat (limited to 'src/Common/Requests/GroupUserListRequest.h')
-rw-r--r--src/Common/Requests/GroupUserListRequest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Common/Requests/GroupUserListRequest.h b/src/Common/Requests/GroupUserListRequest.h
index fd56a2f..bb735f1 100644
--- a/src/Common/Requests/GroupUserListRequest.h
+++ b/src/Common/Requests/GroupUserListRequest.h
@@ -34,8 +34,7 @@ class GroupUserListRequest : public Request {
virtual void sendRequest();
public:
- GroupUserListRequest(Connection *connection, uint16_t requestId, slot_type slot, unsigned long gid0)
- : Request(connection, requestId, slot), gid(gid0) {}
+ GroupUserListRequest(unsigned long gid0) : gid(gid0) {}
};
}