diff options
author | Melanie Thielker | 2009-03-27 18:51:45 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-27 18:51:45 +0000 |
commit | 37e81c7d54db5b775550db9455bcd9cdce046bc7 (patch) | |
tree | 0f44e0b459ba0f74aa6b9798d820e1341a70cff6 /OpenSim/Framework/IClientAPI.cs | |
parent | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization (diff) | |
download | opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.zip opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.gz opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.bz2 opensim-SC_OLD-37e81c7d54db5b775550db9455bcd9cdce046bc7.tar.xz |
Remove a hardcoded flow/dependency on the money module from LLCLientView
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); |