Remove a hardcoded flow/dependency on the money module from LLCLientView

This commit is contained in:
Melanie Thielker
2009-03-27 18:51:45 +00:00
parent 561f241564
commit 37e81c7d54
6 changed files with 34 additions and 39 deletions

View File

@@ -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);