diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0465042..c88828b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -320,7 +320,7 @@ namespace OpenSim.Framework | |||
320 | public delegate void ObjectPermissions( | 320 | public delegate void ObjectPermissions( |
321 | IClientAPI controller, UUID agentID, UUID sessionID, byte field, uint localId, uint mask, byte set); | 321 | IClientAPI controller, UUID agentID, UUID sessionID, byte field, uint localId, uint mask, byte set); |
322 | 322 | ||
323 | public delegate void EconomyDataRequest(UUID agentID); | 323 | public delegate void EconomyDataRequest(IClientAPI client); |
324 | 324 | ||
325 | public delegate void ObjectIncludeInSearch(IClientAPI remoteClient, bool IncludeInSearch, uint localID); | 325 | public delegate void ObjectIncludeInSearch(IClientAPI remoteClient, bool IncludeInSearch, uint localID); |
326 | 326 | ||
@@ -1129,8 +1129,8 @@ namespace OpenSim.Framework | |||
1129 | 1129 | ||
1130 | void SendInstantMessage(GridInstantMessage im); | 1130 | void SendInstantMessage(GridInstantMessage im); |
1131 | 1131 | ||
1132 | void SendGenericMessage(string method, List<string> message); | 1132 | void SendGenericMessage(string method, UUID invoice, List<string> message); |
1133 | void SendGenericMessage(string method, List<byte[]> message); | 1133 | void SendGenericMessage(string method, UUID invoice, List<byte[]> message); |
1134 | 1134 | ||
1135 | void SendLayerData(float[] map); | 1135 | void SendLayerData(float[] map); |
1136 | void SendLayerData(int px, int py, float[] map); | 1136 | void SendLayerData(int px, int py, float[] map); |