aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2016-08-25 06:56:13 +0100
committerUbitUmarov2016-08-25 06:56:25 +0100
commit991dd5f4712f7f6b61b4953f3f388f85992db67b (patch)
treed83792fc1645b5a9b49d8c42bdf921645d44bd87 /OpenSim/Framework
parent fix missing PhysicsProprieties sending on Object select. This is a temporary... (diff)
downloadopensim-SC_OLD-991dd5f4712f7f6b61b4953f3f388f85992db67b.zip
opensim-SC_OLD-991dd5f4712f7f6b61b4953f3f388f85992db67b.tar.gz
opensim-SC_OLD-991dd5f4712f7f6b61b4953f3f388f85992db67b.tar.bz2
opensim-SC_OLD-991dd5f4712f7f6b61b4953f3f388f85992db67b.tar.xz
first step changing Object Select code
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index c046010..6f2f834 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