diff options
author | Melanie Thielker | 2008-10-21 22:54:31 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-21 22:54:31 +0000 |
commit | f44742f75f6ea8b9e641a3f319f63afcfdbe26b9 (patch) | |
tree | 0b7d50e885756d0ff1196f0c10ef05e9741419f3 /OpenSim/Framework/IClientAPI.cs | |
parent | fixing OpenSim.ini.example for IRC, adding example for Concierge. (diff) | |
download | opensim-SC_OLD-f44742f75f6ea8b9e641a3f319f63afcfdbe26b9.zip opensim-SC_OLD-f44742f75f6ea8b9e641a3f319f63afcfdbe26b9.tar.gz opensim-SC_OLD-f44742f75f6ea8b9e641a3f319f63afcfdbe26b9.tar.bz2 opensim-SC_OLD-f44742f75f6ea8b9e641a3f319f63afcfdbe26b9.tar.xz |
Pare the groups module down to basics. Adjust dependent files so that a
real groups module can even be implemented.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index bf31a78..a8813c9 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -845,7 +845,7 @@ namespace OpenSim.Framework | |||
845 | 845 | ||
846 | void SendAdminResponse(UUID Token, uint AdminLevel); | 846 | void SendAdminResponse(UUID Token, uint AdminLevel); |
847 | 847 | ||
848 | void SendGroupMembership(GroupData[] GroupMembership); | 848 | void SendGroupMembership(GroupMembershipData[] GroupMembership); |
849 | 849 | ||
850 | void SendGroupNameReply(UUID groupLLUID, string GroupName); | 850 | void SendGroupNameReply(UUID groupLLUID, string GroupName); |
851 | 851 | ||