diff options
author | Melanie Thielker | 2008-11-14 05:18:39 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-14 05:18:39 +0000 |
commit | 4f91da248868d26951fef39f18a0d9f5c7e28732 (patch) | |
tree | 6f732e759eda337db363943de124f5d0f7aa837b /OpenSim/Framework/IClientAPI.cs | |
parent | Lots of experimentation yielded a fair approximation of a hip offset from the (diff) | |
download | opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.zip opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.gz opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.bz2 opensim-SC_OLD-4f91da248868d26951fef39f18a0d9f5c7e28732.tar.xz |
More groups plumbing
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 513595f..240bb6c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -972,6 +972,12 @@ namespace OpenSim.Framework | |||
972 | 972 | ||
973 | void SendGroupNameReply(UUID groupLLUID, string GroupName); | 973 | void SendGroupNameReply(UUID groupLLUID, string GroupName); |
974 | 974 | ||
975 | void SendJoinGroupReply(UUID groupID, bool success); | ||
976 | |||
977 | void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success); | ||
978 | |||
979 | void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success); | ||
980 | |||
975 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 981 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
976 | 982 | ||
977 | void SendScriptRunningReply(UUID objectID, UUID itemID, bool running); | 983 | void SendScriptRunningReply(UUID objectID, UUID itemID, bool running); |