diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index ad43316..4a0becd 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1057,6 +1057,8 @@ namespace OpenSim.Framework | |||
1057 | 1057 | ||
1058 | void SendLeaveGroupReply(UUID groupID, bool success); | 1058 | void SendLeaveGroupReply(UUID groupID, bool success); |
1059 | 1059 | ||
1060 | void SendCreateGroupReply(UUID groupID, bool success, string message); | ||
1061 | |||
1060 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); | 1062 | void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); |
1061 | 1063 | ||
1062 | void SendScriptRunningReply(UUID objectID, UUID itemID, bool running); | 1064 | void SendScriptRunningReply(UUID objectID, UUID itemID, bool running); |