aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-21 22:54:31 +0000
committerMelanie Thielker2008-10-21 22:54:31 +0000
commitf44742f75f6ea8b9e641a3f319f63afcfdbe26b9 (patch)
tree0b7d50e885756d0ff1196f0c10ef05e9741419f3 /OpenSim/Framework/IClientAPI.cs
parentfixing OpenSim.ini.example for IRC, adding example for Concierge. (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
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