aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c046010..cafbd1f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -117,7 +117,7 @@ namespace OpenSim.Framework
117 117
118 public delegate void ObjectExtraParams(UUID agentID, uint localID, ushort type, bool inUse, byte[] data); 118 public delegate void ObjectExtraParams(UUID agentID, uint localID, ushort type, bool inUse, byte[] data);
119 119
120 public delegate void ObjectSelect(uint localID, IClientAPI remoteClient); 120 public delegate void ObjectSelect(List<uint> localID, IClientAPI remoteClient);
121 121
122 public delegate void ObjectRequest(uint localID, IClientAPI remoteClient); 122 public delegate void ObjectRequest(uint localID, IClientAPI remoteClient);
123 123
@@ -1382,6 +1382,8 @@ namespace OpenSim.Framework
1382 1382
1383 void SendObjectPropertiesReply(ISceneEntity Entity); 1383 void SendObjectPropertiesReply(ISceneEntity Entity);
1384 1384
1385 void SendSelectedPartsProprieties(List<ISceneEntity> parts);
1386
1385 void SendPartPhysicsProprieties(ISceneEntity Entity); 1387 void SendPartPhysicsProprieties(ISceneEntity Entity);
1386 1388
1387 void SendAgentOffline(UUID[] agentIDs); 1389 void SendAgentOffline(UUID[] agentIDs);