diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index e94b9aa..0068761 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -211,9 +211,9 @@ namespace OpenSim.Framework | |||
211 | 211 | ||
212 | public delegate void GenericCall7(uint localID, string message); | 212 | public delegate void GenericCall7(uint localID, string message); |
213 | 213 | ||
214 | public delegate void UpdateShape(uint localID, ObjectShapePacket.ObjectDataBlock shapeBlock); | 214 | public delegate void UpdateShape(LLUUID agentID, uint localID, ObjectShapePacket.ObjectDataBlock shapeBlock); |
215 | 215 | ||
216 | public delegate void ObjectExtraParams(uint localID, ushort type, bool inUse, byte[] data); | 216 | public delegate void ObjectExtraParams(LLUUID agentID, uint localID, ushort type, bool inUse, byte[] data); |
217 | 217 | ||
218 | public delegate void ObjectSelect(uint localID, IClientAPI remoteClient); | 218 | public delegate void ObjectSelect(uint localID, IClientAPI remoteClient); |
219 | 219 | ||