From 37e81c7d54db5b775550db9455bcd9cdce046bc7 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 27 Mar 2009 18:51:45 +0000 Subject: Remove a hardcoded flow/dependency on the money module from LLCLientView --- OpenSim/Framework/IClientAPI.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework') 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 void SendLeaveGroupReply(UUID groupID, bool success); + void SendCreateGroupReply(UUID groupID, bool success, string message); + void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia); void SendScriptRunningReply(UUID objectID, UUID itemID, bool running); -- cgit v1.1